Update zgfc.py

pull/22/head
wd210010 9 months ago committed by GitHub
parent b9b26a2c64
commit ecbbcab855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      zgfc.py

@ -84,7 +84,7 @@ for c in range(len(zgfcaulist)):
resp4 = requests.post('https://ssqcx-serv.cwlo.com.cn/api/user/prize', headers=headers3)
try:
result4 = json.loads(resp4.text)['data']['prize']
print('获取已经获得奖品:')
print(f'账号{c+1}获取已经获得奖品:')
print(f'获得奖品数量:{str(len(result4))}')
for d in range(len(result4)):
print(result4[d]['prize_title'])

Loading…
Cancel
Save