修改游戏人生接口、

This commit is contained in:
2025-06-23 16:07:45 +08:00
parent bbd3968429
commit 81ce871b6d
3 changed files with 85 additions and 68 deletions

View File

@ -139,10 +139,9 @@ type GetPhoneCodeOut struct {
}
type UserGamelifeCache struct {
Aes string `json:"aes"`
IV string `json:"iv"`
Token string `json:"token"`
Params string `json:"params"`
Aes string `json:"aes"`
IV string `json:"iv"`
Token string `json:"token"`
}
type UserBoundResult struct {