更新米游社版本

This commit is contained in:
Womsxd 2022-08-19 14:23:44 +08:00
parent 1bbb2fe726
commit 1a8d77d850
No known key found for this signature in database
GPG Key ID: 0FE76418EE689B68
2 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ class Mihoyobbs:
"cookie": f'stuid={config.config["account"]["stuid"]};stoken={config.config["account"]["stoken"]}',
"x-rpc-client_type": setting.mihoyobbs_Client_type,
"x-rpc-app_version": setting.mihoyobbs_Version,
"x-rpc-sys_version": "6.0.1",
"x-rpc-sys_version": "12",
"x-rpc-channel": "miyousheluodi",
"x-rpc-device_id": tools.get_device_id(),
"x-rpc-device_name": tools.random_text(random.randint(1, 10)),

View File

@ -1,9 +1,9 @@
# 米游社的Salt
mihoyobbs_Salt = "z8DRIUjNDT7IT5IZXvrUAxyupA1peND9"
mihoyobbs_Salt = "ZSHlXeQUBis52qD1kEgKt5lUYed4b7Bb"
mihoyobbs_Salt2 = "t0qEgfub6cvueAPgR5m9aQWWVciEer7v"
mihoyobbs_Salt_web = "9nQiU3AV0rJSIBWgdynfoGMGKaklfbM7"
mihoyobbs_Salt_web = "N50pqm7FSy2AkFz2B3TqtuZMJ5TOl3Ep"
# 米游社的版本
mihoyobbs_Version = "2.34.1" # Slat和Version相互对应
mihoyobbs_Version = "2.35.2" # Slat和Version相互对应
# 米游社的客户端类型
mihoyobbs_Client_type = "2" # 1为ios 2为安卓
mihoyobbs_Client_type_web = "5" # 4为pc web 5为mobile web