mirror of
https://github.com/CHERWING/CHERWIN_SCRIPTS.git
synced 2024-11-22 09:04:11 +08:00
update ems signin url
This commit is contained in:
parent
581d8c803b
commit
f7445f6525
5
EMS.py
5
EMS.py
@ -124,12 +124,9 @@ class RUN:
|
|||||||
Log(f"\n====== {act_name} ======")
|
Log(f"\n====== {act_name} ======")
|
||||||
try:
|
try:
|
||||||
params = {
|
params = {
|
||||||
"appId":"wx52872495fb375c4b",
|
|
||||||
"userId":self.memberId,
|
|
||||||
"openId":self.openId,
|
|
||||||
"activId":'16f36f81f38f456a800ecafc85924700'
|
"activId":'16f36f81f38f456a800ecafc85924700'
|
||||||
}
|
}
|
||||||
response = self.do_request('https://ump.ems.com.cn/activCenterApi/signActivInfo/sign',data=params)
|
response = self.do_request('https://ump.ems.com.cn/activCenterApi/eac/api/sign/joinSign',data=params)
|
||||||
if response and response.get('code') == '000000':
|
if response and response.get('code') == '000000':
|
||||||
# print(response)
|
# print(response)
|
||||||
info = response.get('info', {})
|
info = response.get('info', {})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user