|
|
|
@ -10,7 +10,7 @@ import (
|
|
|
|
|
|
|
|
|
|
// GameLoginUrl is the golang structure for table game_login_url.
|
|
|
|
|
type GameLoginUrl struct { |
|
|
|
|
Id int `json:"id" description:"100+为外网id"` |
|
|
|
|
Id int `json:"id" description:"1000+为外网id"` |
|
|
|
|
Host string `json:"host" description:""` |
|
|
|
|
Port int `json:"port" description:""` |
|
|
|
|
State int `json:"state" description:"服务器状态,1-正常,2-维护,3-白名单ip优先加渠道,4-黑名单渠道优先"` |
|
|
|
@ -30,4 +30,5 @@ type GameLoginUrl struct {
|
|
|
|
|
CreateTime *gtime.Time `json:"createTime" description:"开服时间-用于服务器时间"` |
|
|
|
|
Remark string `json:"remark" description:"备注名称"` |
|
|
|
|
IsNew int `json:"isNew" description:""` |
|
|
|
|
Sort int `json:"sort" description:"后台排序"` |
|
|
|
|
} |
|
|
|
|