【GM】修改获取战斗数据的GM服务器地址

dev_chengFeng
gaoxin 2021-03-30 17:25:03 +08:00
parent 54dec77b6b
commit 187ec35fbd
1 changed files with 1 additions and 1 deletions

View File

@ -985,7 +985,7 @@ end
-- 通过接口获取战斗数据
function this.RequestBattleDataByFightId(fightId, func)
local uid = string.split(fightId, "_")[1]
local requestUrl = string.format("http://60.1.1.244:8888/req/getFightRecord?uid=%s&fightid=%s", uid, fightId)
local requestUrl = string.format("http://119.28.114.198:8888/req/getFightRecord?uid=%s&fightid=%s", uid, fightId)
LogGreen(requestUrl)
networkMgr:SendGetHttp(requestUrl, function(str)
LogGreen(str)