This commit is contained in:
aozhiwei 2020-09-24 16:12:44 +08:00
parent c8f8c4742f
commit e1cef90c35

View File

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