wanggangzero 6 сар өмнө
parent
commit
26cda25f5f

+ 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;
         }