fix
This commit is contained in:
@@ -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 需要继承
|
||||
|
||||
Reference in New Issue
Block a user