Skip to content

Commit

Permalink
feat: bump app version
Browse files Browse the repository at this point in the history
Signed-off-by: Illustar0 <[email protected]>
  • Loading branch information
Illustar0 committed Jan 26, 2025
1 parent a193e7e commit 4d946ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zzupy/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ def set_device_params(self, **kwargs: Unpack[DeviceParams]):

def login(
self,
appVersion: str = "SWSuperApp/1.0.33",
appVersion: str = "SWSuperApp/1.0.38",
appId: str = "com.supwisdom.zzu",
osType: str = "android",
) -> Tuple[str, str]:
"""
通过学号和密码登录
:param str appVersion: APP 版本 ,一般类似 "SWSuperApp/1.0.33" ,可自行更新版本号,但详细数据需要抓包获取,位于 "passwordLogin" 请求的 User-Agent 中,也可随便填或空着,目前没有观察到相关风控机制。
:param str appVersion: APP 版本 ,一般类似 "SWSuperApp/1.0.38" ,可自行更新版本号,但详细数据需要抓包获取,位于 "passwordLogin" 请求的 User-Agent 中,也可随便填或空着,目前没有观察到相关风控机制。
:param str appId: APP 包名,一般不需要修改
:param str osType: 系统类型,一般不需要修改
:returns: Tuple[str, str]
Expand Down

0 comments on commit 4d946ec

Please sign in to comment.