Update dxdh.py

This commit is contained in:
cc892786825
2024-11-26 23:42:26 +08:00
committed by GitHub
parent e4ab311b69
commit 1bb5b4bdbf

View File

@@ -242,7 +242,7 @@ async def exchange(s, phone, title, aid,jsexec, ckvalue):
async def check(s,item,ckvalue): async def check(s,item,ckvalue):
checkGoods = s.get('https://wapact.189.cn:9001/gateway/standQuery/detailNew/check?activityId=' + item, cookies=ckvalue).json() checkGoods = s.get('https://wapact.189.cn:9001/gateway/standQuery/detailNew/check?activityId={item}&_={int(time.time())}, cookies=ckvalue).json()
return checkGoods return checkGoods
async def conversionRights(phone, aid,session): async def conversionRights(phone, aid,session):