增加 8圈自动登录
This commit is contained in:
@ -204,3 +204,21 @@ type GamelifePackUrlIn struct {
|
||||
type GamelifePackUrlOut struct {
|
||||
Url string
|
||||
}
|
||||
type Quan8AutologinIn struct {
|
||||
UUID string
|
||||
NetbarAccount string
|
||||
StoreId int64
|
||||
}
|
||||
|
||||
type Quan8AutologinOut struct {
|
||||
Token string
|
||||
}
|
||||
|
||||
type GenerateSceneIdIn struct {
|
||||
StoreId int
|
||||
UUId string
|
||||
}
|
||||
|
||||
type GenerateSceneIdOut struct {
|
||||
SceneId string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user