hxp
2026-01-06 34520d2b2a4ac78f832169b7ea120651b7f43c26
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: