This commit is contained in:
aozhiwei 2023-11-28 21:52:13 +08:00
parent 1ba1679407
commit 3a152fd491
2 changed files with 3 additions and 1 deletions

View File

@ -29,8 +29,8 @@ void App::Init()
#endif #endif
mt::MetaMgr::Instance()->Init(); mt::MetaMgr::Instance()->Init();
IoMgr::Instance()->Init(); IoMgr::Instance()->Init();
PlayerMgr::Instance()->Init();
HttpProxy::Instance()->Init(); HttpProxy::Instance()->Init();
PlayerMgr::Instance()->Init();
GGListener::Instance()->Init(); GGListener::Instance()->Init();
} }

View File

@ -125,6 +125,8 @@ std::string HttpProxy::HttpGet(
proxy_url_params->SetVal("params", url_params.ToJsonStr()); proxy_url_params->SetVal("params", url_params.ToJsonStr());
proxy_url_params->SetVal("cb_url", a8::Format("http://%s:%d/webapp/index.php?c=Proxy&a=callback", proxy_url_params->SetVal("cb_url", a8::Format("http://%s:%d/webapp/index.php?c=Proxy&a=callback",
{ {
"192.168.100.21",
8321
//JsonDataMgr::Instance()->ip, //JsonDataMgr::Instance()->ip,
//JsonDataMgr::Instance()->listen_port //JsonDataMgr::Instance()->listen_port
})); }));