瀏覽代碼

fix: test

wanggangzero 6 月之前
父節點
當前提交
26cda25f5f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gameserver/App/process/EmailProc.php

+ 1 - 1
Gameserver/App/process/EmailProc.php

@@ -81,7 +81,7 @@ class EmailProc {
     public static function IsExistRedTip() {
 
         $tag = 0;
-        if (null != req()) {
+        if (null != req()->game) {
             CLog::err("req() 为空!");
             return $tag;
         }