Skip to content

Commit

Permalink
feat: miyoushe 2.66.1
Browse files Browse the repository at this point in the history
  • Loading branch information
starudream committed Dec 25, 2023
1 parent 930c65e commit e85a65b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/common/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import (
)

const (
UserAgent = "Mozilla/5.0 (Linux; Android 13; 22011211C Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/104.0.5112.97 Mobile Safari/537.36 miHoYoBBS/2.62.2"
UserAgent = "Mozilla/5.0 (Linux; Android 13; 22011211C Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/104.0.5112.97 Mobile Safari/537.36 miHoYoBBS/" + AppVersion

RefererApp = "https://app.mihoyo.com"
RefererAct = "https://act.mihoyo.com"

AppVersion = "2.62.2"
AppVersion = "2.66.1"
AppIdMiyoushe = "bll8iq97cem8" // 米游社
)

Expand Down
2 changes: 1 addition & 1 deletion api/common/sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
// AppSaltK2 https://blog.starudream.cn/2023/11/09/miyoushe-salt-2.62.2/
AppSaltK2 = "pIlzNr5SAZhdnFW8ZxauW8UlxRdZc45r"
AppSaltK2 = "Za8pSfshqZn9URWnG2UoIA6X978y5lIK" // 2.66.1
// AppSalt6X https://github.com/UIGF-org/mihoyo-api-collect/issues/1
AppSalt6X = "t0qEgfub6cvueAPgR5m9aQWWVciEer7v"
)
Expand Down

0 comments on commit e85a65b

Please sign in to comment.