弃用原来的联网库函数准备换新,让主分支可运行

This commit is contained in:
MrZ626
2021-02-17 01:11:04 +08:00
parent 2a4ca8c5af
commit 3581905462
4 changed files with 6 additions and 13 deletions

View File

@@ -58,6 +58,7 @@ local function login()
elseif #password==0 then
LOG.print(text.noPassword)return
end
--[[TODO
httpRequest(
tick_httpREQ_newLogin,
PATH.http..PATH.auth,
@@ -68,6 +69,7 @@ local function login()
password=password,
}
)
]]
end
local scene={}