【GM】修改获取战斗数据的GM服务器地址
parent
54dec77b6b
commit
187ec35fbd
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue