1
This commit is contained in:
parent
1ba1679407
commit
3a152fd491
@ -29,8 +29,8 @@ void App::Init()
|
||||
#endif
|
||||
mt::MetaMgr::Instance()->Init();
|
||||
IoMgr::Instance()->Init();
|
||||
PlayerMgr::Instance()->Init();
|
||||
HttpProxy::Instance()->Init();
|
||||
PlayerMgr::Instance()->Init();
|
||||
GGListener::Instance()->Init();
|
||||
}
|
||||
|
||||
|
@ -125,6 +125,8 @@ std::string HttpProxy::HttpGet(
|
||||
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",
|
||||
{
|
||||
"192.168.100.21",
|
||||
8321
|
||||
//JsonDataMgr::Instance()->ip,
|
||||
//JsonDataMgr::Instance()->listen_port
|
||||
}));
|
||||
|
Loading…
x
Reference in New Issue
Block a user