🐞 fix(config): 关闭聊天功能

This commit is contained in:
luying
2023-06-02 16:26:43 +08:00
parent 4b315c9e73
commit 3ad38d97be

View File

@@ -1,17 +1,12 @@
{
"API_IS_CLOSE": 1,
"CLOSE_APIS": [
{ "id": 1, "desc": "世界聊天", "route": "chat.chatHandler.sendGroupMessage", "param": { "channel": "world" } },
{ "id": 2, "desc": "军团聊天", "route": "chat.chatHandler.sendGroupMessage", "param": { "channel": "guild" } },
{ "id": 3, "desc": "组团聊天", "route": "battle.comBattleHandler.sendTeamMsg", "param": null },
{ "id": 4, "desc": "私聊", "route": "chat.chatHandler.sendPrivateMessage", "param": null },
{ "id": 5, "desc": "发送弹幕", "route": "battle.barrageHandler.sendBarrage", "param": null },
{ "id": 6, "desc": "改名", "route": "role.roleHandler.rename", "param": null },
{ "id": 7, "desc": "改军团名", "route": "guild.guildHandler.setGuildInfo", "param": { "name": true } },
{ "id": 8, "desc": "改军团公告", "route": "guild.guildHandler.setGuildInfo", "param": { "notice": true } },
{ "id": 9, "desc": "改军团简介", "route": "guild.guildHandler.setGuildInfo", "param": { "introduce": true } },
{ "id": 10, "desc": "发军团邮件", "route": "guild.guildHandler.sendMail", "param": null },
{ "id": 11, "desc": "军团招募", "route": "guild.guildHandler.recruit", "param": null}
{ "id": 12, "desc": "改联军名", "route": "guild.gvgManageHandler.setLeagueInfo", "param": { "name": true } },
{ "id": 13, "desc": "改联军公告", "route": "guild.gvgManageHandler.setLeagueInfo", "param": { "notice": true } }
],
"CLOSE_LOGIN": 0,
"CLOSE_LOGIN_WHEN_ONLINE_MAX": 1,