This commit is contained in:
aozhiwei 2020-11-18 19:28:05 +08:00
parent aa84b1bf39
commit ff0b198474

View File

@ -53,6 +53,11 @@ void JsonDataMgr::Init()
}
server_info = a8::Format("%s:%d", {ip, listen_port});
Reload();
a8::UdpLog::Instance()->Info("battle_report_url:%s",
{
battle_report_url_
});
}
void JsonDataMgr::UnInit()