diff --git a/zgfc.py b/zgfc.py index d55f1bc..85bf7c8 100644 --- a/zgfc.py +++ b/zgfc.py @@ -39,7 +39,7 @@ def Push(contents): for j in range(3): resp = requests.post('https://ssqcx-serv.cwlo.com.cn/api/wish/send',headers=headers,data=f'wish={params}') result = json.loads(resp.text) - print(result) + print(result['msg']) if j == 0: wish_id = result['data']['wish_id'] wishidlist.append(wish_id)