|
@@ -47,7 +47,7 @@ class APIMgr():
|
|
|
s = requests.Session()
|
|
|
GSTORE['s'] = s
|
|
|
#pc登录接口
|
|
|
- def mgr_login(self, phone='19937989931', password='123456',useproxies=False):
|
|
|
+ def mgr_login(self, phone='18211989987', password='123456',useproxies=False):
|
|
|
headers=GSTORE['headers']
|
|
|
s = GSTORE['s']
|
|
|
if useproxies:
|
|
@@ -64,7 +64,7 @@ class APIMgr():
|
|
|
return response
|
|
|
|
|
|
# app登录接口
|
|
|
- def mgr_login_app(self, phone='19937989931', password='123456',useproxies=False):
|
|
|
+ def mgr_login_app(self, phone='18211989987', password='123456',useproxies=False):
|
|
|
headers=GSTORE['headers']
|
|
|
s = GSTORE['s']
|
|
|
if useproxies:
|