This commit is contained in:
aozhiwei 2020-09-18 17:00:44 +08:00
parent 631a29eea2
commit 837fca102f

View File

@ -273,6 +273,7 @@ void GuildMgr::_CMGuildSearch(int socket_handle, const ss::MFIMMsgConext& contex
std::string ip;
int port = 0;
JsonDataMgr::Instance()->GetRankServerConf(ip, port);
a8::MutableXObject* params = a8::MutableXObject::NewObject();
f8::HttpClientPool::Instance()->HttpGet
(
@ -297,6 +298,7 @@ void GuildMgr::_CMGuildRank(int socket_handle, const ss::MFIMMsgConext& context,
std::string ip;
int port = 0;
JsonDataMgr::Instance()->GetRankServerConf(ip, port);
a8::MutableXObject* params = a8::MutableXObject::NewObject();
f8::HttpClientPool::Instance()->HttpGet
(