瀏覽代碼

fixed: 清除参数req

gwang 4 年之前
父節點
當前提交
9495f22196
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gameserver/Amfphp/Services/AppServer.php

+ 1 - 1
Gameserver/Amfphp/Services/AppServer.php

@@ -59,7 +59,7 @@ class AppServer {
             }
         }
         $resp->AfterProc();
-        GAME_ONLINE and self::LogCmd(req(), $resp);                             # 记录操作日志
+        GAME_ONLINE and self::LogCmd($resp);                             # 记录操作日志
         CLog::flush();                                                          # flush日志
     }