diff --git a/tsthb.py b/tsthb.py index a7cb9e4..70c74e7 100644 --- a/tsthb.py +++ b/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: