liumiaomiao 5 сар өмнө
parent
commit
2766df891e
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      lib/webapi.py

+ 3 - 3
lib/webapi.py

@@ -55,7 +55,7 @@ class APIMgr():
     s = requests.Session()
     GSTORE['s'] = s
     #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']
         s = GSTORE['s']
         if useproxies:
@@ -72,7 +72,7 @@ class APIMgr():
         return response
 
     # 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']
         s = GSTORE['s']
         if useproxies:
@@ -567,7 +567,7 @@ class APIMgr():
         headers = GSTORE['headers']
         s = GSTORE['s']
         params = {
-            "password": "123456"
+            "password": "#80Z!RVv52"
         }
         response = s.post(f"{cfg.target_host}/publicapply/password/check", headers=headers, params=params)
         return response