Skip to content

Commit

Permalink
feat: miyoushe 2.73.1
Browse files Browse the repository at this point in the history
  • Loading branch information
starudream committed Jul 12, 2024
1 parent 1ea5155 commit 732e627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/common/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const (
RefererApp = "https://app.mihoyo.com"
RefererAct = "https://act.mihoyo.com"

AppVersion = "2.66.1"
AppVersion = "2.73.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 = "Za8pSfshqZn9URWnG2UoIA6X978y5lIK" // 2.66.1
AppSaltK2 = "WGtruoQrwczmsjLOPXzJLnaAYycsLavx" // 2.73.1
// AppSalt6X https://github.com/UIGF-org/mihoyo-api-collect/issues/1
AppSalt6X = "t0qEgfub6cvueAPgR5m9aQWWVciEer7v"
)
Expand Down

0 comments on commit 732e627

Please sign in to comment.