From 2caf07354315bb162cdc343b99819763dd1b6f7b Mon Sep 17 00:00:00 2001 From: CMHopeSunshine <277073121@qq.com> Date: Fri, 5 Aug 2022 00:44:32 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E6=94=B9=E7=B1=B3=E6=B8=B8?= =?UTF-8?q?=E5=B8=81=E8=8E=B7=E5=8F=96salt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Paimon_Info/get_coin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Paimon_Info/get_coin.py b/Paimon_Info/get_coin.py index 5fec31f..792f084 100644 --- a/Paimon_Info/get_coin.py +++ b/Paimon_Info/get_coin.py @@ -61,7 +61,7 @@ class MihoyoBBSCoin: 'DS': old_version_get_ds_token(True), 'cookie': cookies, 'x-rpc-client_type': '2', - 'x-rpc-app_version': '2.7.0', + 'x-rpc-app_version': '2.28.1', 'x-rpc-sys_version': '6.0.1', 'x-rpc-channel': 'mihoyo', 'x-rpc-device_id': random_hex(32), @@ -261,7 +261,7 @@ def md5(text): def old_version_get_ds_token(mysbbs=False): if mysbbs: - n = 'fd3ykrh7o1j54g581upo1tvpam0dsgtf' + n = 'dWCcD2FsOUXEstC5f9xubswZxEeoBOTc' else: n = 'h8w582wxwgqvahcdkpvdhbh2w9casgfl' i = str(int(time.time()))