hch
2025-12-03 fa382ff4daf783a056c7bc6fc1de25fecc694362
0312 输出不能登录原因
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
@@ -3185,7 +3185,7 @@
                        the_page = response.read()
                        
                        if the_page != "1":
                            mylog.debug('checktoken fail:%s-%s'%(token, the_page))
                            mylog.info('checktoken fail:%s-%s'%(token, the_page))
                            self.sendFailString(CommonDefine.dgPlayerLogin, pack, disPswCheckError)
                            return True
                    except: