mirror of
https://github.com/CHERWING/CHERWIN_SCRIPTS.git
synced 2024-11-22 09:04:11 +08:00
Update HXEK.py
This commit is contained in:
parent
c3b612b858
commit
cb3966d331
7
HXEK.py
7
HXEK.py
@ -89,7 +89,6 @@ class RUN:
|
|||||||
self.use_power_max = False
|
self.use_power_max = False
|
||||||
|
|
||||||
def make_request(self, url, method='post', headers={}, data={}, params=None):
|
def make_request(self, url, method='post', headers={}, data={}, params=None):
|
||||||
|
|
||||||
if headers == {}:
|
if headers == {}:
|
||||||
headers = self.headers
|
headers = self.headers
|
||||||
try:
|
try:
|
||||||
@ -108,7 +107,7 @@ class RUN:
|
|||||||
print("发生了未知错误❌:", e)
|
print("发生了未知错误❌:", e)
|
||||||
|
|
||||||
def gen_sign(self):
|
def gen_sign(self):
|
||||||
sign, random_int, timestamp = CHERWIN_TOOLS.HXEK_SIGN(self.memberId)
|
sign, random_int, timestamp = CHERWIN_TOOLS.HXEK_SIGN(self.memberId,self.appid)
|
||||||
self.defualt_parmas['random'] = random_int
|
self.defualt_parmas['random'] = random_int
|
||||||
self.defualt_parmas['sign'] = sign
|
self.defualt_parmas['sign'] = sign
|
||||||
self.defualt_parmas['timestamp'] = timestamp
|
self.defualt_parmas['timestamp'] = timestamp
|
||||||
@ -252,7 +251,7 @@ export SCRIPT_UPDATE = 'False' 关闭脚本自动更新,默认开启
|
|||||||
✨✨✨ @Author CHERWIN✨✨✨
|
✨✨✨ @Author CHERWIN✨✨✨
|
||||||
''')
|
''')
|
||||||
local_script_name = os.path.basename(__file__)
|
local_script_name = os.path.basename(__file__)
|
||||||
local_version = '2024.05.22'
|
local_version = '2024.05.26'
|
||||||
if IS_DEV:
|
if IS_DEV:
|
||||||
import_Tools()
|
import_Tools()
|
||||||
else:
|
else:
|
||||||
@ -280,4 +279,4 @@ export SCRIPT_UPDATE = 'False' 关闭脚本自动更新,默认开启
|
|||||||
for index, infos in enumerate(tokens):
|
for index, infos in enumerate(tokens):
|
||||||
run_result = RUN(infos, index).main()
|
run_result = RUN(infos, index).main()
|
||||||
if not run_result: continue
|
if not run_result: continue
|
||||||
if send: send(f'{APP_NAME}挂机通知', send_msg + TIPS_HTML)
|
# if send: send(f'{APP_NAME}挂机通知', send_msg + TIPS_HTML)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user