This commit is contained in:
eson
2023-08-29 18:06:39 +08:00
parent 7a2b66f5ab
commit 15692d6075
10 changed files with 158 additions and 7 deletions

View File

@@ -17,6 +17,14 @@ func init() {
gob.Register(map[string]interface{}{})
}
type RegisterPlatform string
const (
PLATFORM_GOOGLE = "google"
PLATFORM_FUSEN = "fusen"
PLATFORM_FACEBOOK = "facebook"
)
type RegisterToken struct {
OperateType // 操作的类型, 验证的token 必须要继承这个
GuestId int64 // guest_id 需要继承