From 7dfa5fbeb21542ca15f61d5979caaacccab63450 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 02 三月 2026 20:03:46 +0800
Subject: [PATCH] 519 硬核渠道对接(增加登录失败debug输出明细;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/LogicProcess/UserCtrlDB.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/LogicProcess/UserCtrlDB.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/LogicProcess/UserCtrlDB.py
index 993118e..8c47919 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/LogicProcess/UserCtrlDB.py
+++ b/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:

--
Gitblit v1.8.0