text 登录失败请重

This commit is contained in:
aozhiwei 2020-12-24 11:39:11 +08:00
parent 527f18de3e
commit ed32aa6a3c

View File

@ -299,7 +299,7 @@ void PlayerMgr::_CMLogin(f8::MsgHdr& hdr, const cs::CMLogin& msg)
GetHdrByAccountId(msg.account_id())) {
cs::SMLogin respmsg;
respmsg.set_errcode(1);
respmsg.set_errmsg("登录失败请重试");
respmsg.set_errmsg(TEXT("login_failed_try_again", "登录失败请重试"));
WSListener::Instance()->SendToClient(hdr.socket_handle, 0, respmsg);
return;
}