21 lines
550 B
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"
|
|
)
|