|
@@ -55,7 +55,7 @@ class APIMgr():
|
|
s = requests.Session()
|
|
s = requests.Session()
|
|
GSTORE['s'] = s
|
|
GSTORE['s'] = s
|
|
#pc登录接口
|
|
#pc登录接口
|
|
- def mgr_login(self, phone='18211989987', password='123456',useproxies=False):
|
|
|
|
|
|
+ def mgr_login(self, phone='18211989987', password='#80Z!RVv52',useproxies=False):
|
|
headers=GSTORE['headers']
|
|
headers=GSTORE['headers']
|
|
s = GSTORE['s']
|
|
s = GSTORE['s']
|
|
if useproxies:
|
|
if useproxies:
|
|
@@ -72,7 +72,7 @@ class APIMgr():
|
|
return response
|
|
return response
|
|
|
|
|
|
# app登录接口
|
|
# app登录接口
|
|
- def mgr_login_app(self, phone='18211989987', password='123456',useproxies=False):
|
|
|
|
|
|
+ def mgr_login_app(self, phone='18211989987', password='#80Z!RVv52',useproxies=False):
|
|
headers=GSTORE['headers']
|
|
headers=GSTORE['headers']
|
|
s = GSTORE['s']
|
|
s = GSTORE['s']
|
|
if useproxies:
|
|
if useproxies:
|
|
@@ -567,7 +567,7 @@ class APIMgr():
|
|
headers = GSTORE['headers']
|
|
headers = GSTORE['headers']
|
|
s = GSTORE['s']
|
|
s = GSTORE['s']
|
|
params = {
|
|
params = {
|
|
- "password": "123456"
|
|
|
|
|
|
+ "password": "#80Z!RVv52"
|
|
}
|
|
}
|
|
response = s.post(f"{cfg.target_host}/publicapply/password/check", headers=headers, params=params)
|
|
response = s.post(f"{cfg.target_host}/publicapply/password/check", headers=headers, params=params)
|
|
return response
|
|
return response
|