This commit is contained in:
aozhiwei 2020-09-27 11:22:07 +08:00
parent fe3b364116
commit a348cf506e

View File

@ -50,13 +50,11 @@ public:
void OnError()
{
ss::SS_CommonError respmsg;
respmsg.set_errcode(SERVER_INTERNAL_ERROR);
respmsg.set_errmsg("服务器内部错误");
cs::SMShowErrorMsg notifymsg;
notifymsg.set_msg("服务器内部错误");
GuildMgr::Instance()->ForwardGuildSMMsg(socket_handle,
forward_msg.context(),
forward_msg.msgid(),
respmsg);
notifymsg);
}
};