mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-12 07:12:26 +08:00
优化架构
This commit is contained in:
15
dispatch/entity/api/combo_token_req.go
Normal file
15
dispatch/entity/api/combo_token_req.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package api
|
||||
|
||||
type ComboTokenReq struct {
|
||||
AppID int `json:"app_id"`
|
||||
ChannelID int `json:"channel_id"`
|
||||
Data string `json:"data"`
|
||||
Device string `json:"device"`
|
||||
Sign string `json:"sign"`
|
||||
}
|
||||
|
||||
type LoginTokenData struct {
|
||||
Uid string `json:"uid"`
|
||||
Token string `json:"token"`
|
||||
Guest bool `json:"guest"`
|
||||
}
|
||||
Reference in New Issue
Block a user