lizhikun 1 жил өмнө
parent
commit
a3ae0ac560
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      lib/webapi.py

+ 2 - 2
lib/webapi.py

@@ -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: