소스 검색

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日志
     }