1
This commit is contained in:
parent
fe3b364116
commit
a348cf506e
@ -50,13 +50,11 @@ public:
|
|||||||
|
|
||||||
void OnError()
|
void OnError()
|
||||||
{
|
{
|
||||||
ss::SS_CommonError respmsg;
|
cs::SMShowErrorMsg notifymsg;
|
||||||
respmsg.set_errcode(SERVER_INTERNAL_ERROR);
|
notifymsg.set_msg("服务器内部错误");
|
||||||
respmsg.set_errmsg("服务器内部错误");
|
|
||||||
GuildMgr::Instance()->ForwardGuildSMMsg(socket_handle,
|
GuildMgr::Instance()->ForwardGuildSMMsg(socket_handle,
|
||||||
forward_msg.context(),
|
forward_msg.context(),
|
||||||
forward_msg.msgid(),
|
notifymsg);
|
||||||
respmsg);
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user