1.3基础

This commit is contained in:
2026-02-27 15:40:20 +08:00
parent 616a254c31
commit b2881499c6
9 changed files with 121 additions and 27 deletions

View File

@@ -122,7 +122,6 @@ class _DPS_Login_Gateway_ {
function GetAccountByName(account) {
local sql = format("select UID , accountname, password from d_taiwan.accounts where accountname='%s'", account);
local Ret = MysqlObject.Select(sql, ["int", "string", "string"]);
print(Ret);
if (!Ret || Ret.len() == 0) {
return null;
}
@@ -144,7 +143,6 @@ class _DPS_Login_Gateway_ {
}
if (!Jso) return;
print(Jso);
PackHandleMap[Header.path](SocketObject, Header, Jso);
} else {