diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 331938b..7d4aa75 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -2555,6 +2555,12 @@ void Human::SendBattleReport() url = "http://game2004api.kingsome.cn/webapp/index.php?c=Role&a=battleReport"; } } + if (GAME_ID == 2001) { + url = "https://game2001api-test.kingsome.cn/webapp/index.php?c=Role&a=battleReport"; + if (JsonDataMgr::Instance()->channel == 5991) { + url = "https://game2001api-banshu.kingsome.cn/webapp/index.php?c=Role&a=battleReport"; + } + } std::string data; params->ToUrlEncodeStr(data); f8::HttpClientPool::Instance()->HttpGet(