hxp
2026-03-02 7dfa5fbeb21542ca15f61d5979caaacccab63450
519 硬核渠道对接(增加登录失败debug输出明细;)
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/LogicProcess/UserCtrlDB.py 2 ●●● 补丁 | 查看 | 原始文档 | 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: