From 8ac3c8322128fab98f1cd08d0eb954a5239bf4af Mon Sep 17 00:00:00 2001 From: wd210010 <76995206+wd210010@users.noreply.github.com> Date: Mon, 15 Jan 2024 16:55:39 +0800 Subject: [PATCH] Update zgfc.py --- zgfc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)