Files
arenax-server/internal/consts/gamelife.go

21 lines
550 B
Go

package consts
const (
GamelifeExtplatType = "bindcode"
GamelifeExtplatExtraMobile = "mobile"
GamelifeExtplatExtraPc = "pc"
GamelifeExtplatBoundTypeQQ = "qq"
GamelifeExtplatBoundTypeWX = "wx"
GamelifeMiniProgramBand = "1"
)
const (
GetNonLoginTaskList = "GetNonloginTaskList"
GetTaskList = "GetTaskList"
QueryUserRoleList = "QueryUserRoleList"
GetGift = "GetGift"
QueryUserGoodsList = "QueryUserGoodsList"
ExchangeGoods = "ExchangeGoods"
QueryUserGoodsDetail = "QueryUserGoodsDetail"
)