This commit is contained in:
aozhiwei 2020-08-19 11:10:11 +08:00
parent a28c9ea8a7
commit b97d4db75f

View File

@ -116,6 +116,7 @@ void MasterSvrMgr::RequestTargetServer(f8::MsgHdr& hdr,
ss::SS_WSP_RequestTargetServer msg;
msg.set_context_id(curr_context_id_);
msg.set_account_id(account_id);
msg.set_team_id(team_uuid);
msg.set_server_info(server_info);
msg.set_is_reconnect(is_reconnect);