mirror of
https://github.com/CHERWING/CHERWIN_SCRIPTS.git
synced 2024-11-22 09:04:11 +08:00
commit
06468e0e46
8
EMS.py
8
EMS.py
@ -127,7 +127,7 @@ class RUN:
|
||||
"appId":"wx52872495fb375c4b",
|
||||
"userId":self.memberId,
|
||||
"openId":self.openId,
|
||||
"activId":'d191dce0740849b1b7377e83c00475d6'
|
||||
"activId":'c0c4a0a3ef8145f49f2e294741a3cd62'
|
||||
}
|
||||
response = self.do_request('https://ump.ems.com.cn/activCenterApi/signActivInfo/sign',data=params)
|
||||
if response and response.get('code') == '000000':
|
||||
@ -170,7 +170,7 @@ class RUN:
|
||||
Log(f"\n====== {act_name} ======")
|
||||
try:
|
||||
params = {
|
||||
"activId": "d191dce0740849b1b7377e83c00475d6",
|
||||
"activId": "c0c4a0a3ef8145f49f2e294741a3cd62",
|
||||
"appId": "wx52872495fb375c4b",
|
||||
"openId": self.openId,
|
||||
"userId": self.memberId,
|
||||
@ -192,7 +192,7 @@ class RUN:
|
||||
Log(f"\n====== {act_name} ======")
|
||||
try:
|
||||
params = {
|
||||
"activId": "d191dce0740849b1b7377e83c00475d6",
|
||||
"activId": "c0c4a0a3ef8145f49f2e294741a3cd62",
|
||||
"appId": "wx52872495fb375c4b",
|
||||
"openId": self.openId,
|
||||
"userId": self.memberId
|
||||
@ -228,7 +228,7 @@ class RUN:
|
||||
"appId": "wx52872495fb375c4b",
|
||||
"userId": self.memberId,
|
||||
"openId": self.openId,
|
||||
"activId": 'd191dce0740849b1b7377e83c00475d6'
|
||||
"activId": 'c0c4a0a3ef8145f49f2e294741a3cd62'
|
||||
}
|
||||
response = self.do_request('https://ump.ems.com.cn/activCenterApi/signActivInfo/querySignDetail',data=params)
|
||||
if response and response.get('code') == '000000':
|
||||
|
||||
Loading…
Reference in New Issue
Block a user