团购:基础接口

This commit is contained in:
luying
2022-09-30 17:31:03 +08:00
parent 9ba3081e54
commit 2d3a1c7c30
16 changed files with 542 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ export const CHANNEL_PREFIX = {
CITY: 'city', // 军团活动诸侯混战按城池分channel
GUILD_AUCTION: 'g_auction', // 军团拍卖
WORLD_AUCTION: 'w_auction', // 军团拍卖
GROUP_SHOP: 'groupShop', // 团购页面
}
export const getChannelType = function(prefix: string) {
@@ -164,4 +165,5 @@ export const PUSH_ROUTE = {
LADDER_CHECK_STOP: 'onLadderCheckStop',
LADDER_BATTLE_STOP: 'onLadderBattleStop',
LADDER_RANK_UPDATE: 'onLadderRankUpdate',
GROUP_SHOP_UPDATE: 'onGroupShopUpdate',
}