Skip to content

Commit

Permalink
Update zgfc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wd210010 authored Jan 15, 2024
1 parent ecbbcab commit 8ac3c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zgfc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8ac3c83

Please sign in to comment.