| ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/LogicProcess/UserCtrlDB.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/LogicProcess/UserCtrlDB.py
@@ -3203,7 +3203,7 @@ # 返回结果:(JSON格式): { state: 1 //(登录认证成功);其他失败 } retDict = eval(the_page) if retDict.get("state") != 1: mylog.debug('checktoken fail:%s-%s'%(token, the_page)) mylog.debug('checktoken fail: req:%s, ret:%s'%(values, the_page)) self.sendLoginFail(CommonDefine.dgPlayerLogin, authPack, disPswCheckError) return True except: