修改错误日志

This commit is contained in:
luying
2022-07-26 20:47:01 +08:00
parent ab7d406a26
commit 2fb70171ea
4 changed files with 21 additions and 16 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ export async function sendMessageToUsers(route: string, data: any, uids: { uid:
export async function sendMessageToTeam(teamCode: string, route: string, data: any) {
const channel = pinus.app.get('channelService').getChannel(teamCode);
sendMessageToChannel(channel, route, resResult(STATUS.SUCCESS, encryptMsg(route, data)));
sendMessageToChannel(channel, route, resResult(STATUS.SUCCESS, data));
}
/**