1.3基础
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user