Skip to content

Commit

Permalink
下载文件
Browse files Browse the repository at this point in the history
  • Loading branch information
yy199595 committed Nov 3, 2023
1 parent 7d25362 commit dace7f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/config/download.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ quanta.startup(function()
local data = {
server_id = 11
}
local ok, status, res = http_client:call_get("http://127.0.0.1:18080/env/list", data)
local ok, status, res = http_client:call_get("http://10.98.8.97:18080/env/render_server?server_id=11")
print("========================")
print(ok, status, res)
end)
end)

0 comments on commit dace7f3

Please sign in to comment.