hxp
2025-12-03 f0f443ec1d94980c282c6c8a2b6c8b0e693de979
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: