This commit is contained in:
aozhiwei 2019-09-06 10:03:07 +08:00
parent 056d8563ec
commit cd2b07e017

View File

@ -215,7 +215,7 @@ void RoomMgr::ReportServerState(int instance_id, const std::string& host, int po
on_error,
url.c_str(),
*url_params,
rand()
rand() % kMAX_SYS_HTTP_NUM
);
delete url_params;
}