mirror of
https://github.com/linbailo/zyqinglong.git
synced 2026-01-12 03:00:43 +08:00
Add files via upload
This commit is contained in:
parent
adfa914e07
commit
c78534cded
2
tsthb.py
2
tsthb.py
@ -71,7 +71,7 @@ def yx(ck):
|
||||
if dl['code'] == 200:
|
||||
myprint(f"账号:{dl['result']['phone']}登录成功")
|
||||
phone = dl['result']['phone']
|
||||
data = {"activityId":53,"memberName":"","memberPhone":phone}
|
||||
data = {"activityId":54,"memberName":"","memberPhone":phone}
|
||||
lq = requests.post(url='https://sss-web.tastientech.com/api/sign/member/signV2',json=data,headers=headers).json()
|
||||
if lq['code'] == 200:
|
||||
if lq['result']['rewardInfoList'][0]['rewardName'] == None:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user