寻宝:一键邀请发送世界消息和测试

This commit is contained in:
liangtongchuan
2021-03-11 15:09:20 +08:00
parent fd25fefd91
commit 777b657650
4 changed files with 66 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ export const CHANNEL_PREFIX = {
export const MSG_SOURCE = {
ROLE_SEND_TEXT: 0,
PRIVATE_SEND_GIFT: 1,
TEAM: 2,
TEAM_ROLE: 2,
HERO_QUALITY_UP: 3,
COMPOSE_ORANGE_HERO: 4,
HERO_STAR_MAX: 5,
@@ -42,6 +42,7 @@ export const MSG_SOURCE = {
TOWER_SUC: 15,
MYSTERY_FIRST_SUC: 16,
VESTIGE_FIRST_SUC: 17,
TEAM_INVITE: 18,
}
export const ON_MSG_ROUTE = 'onMessage';