Browse Source

查询邮件后端回存

cyzhao 11 months ago
parent
commit
298867baf1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Gameserver/App/process/EmailProc.php

+ 2 - 0
Gameserver/App/process/EmailProc.php

@@ -93,6 +93,8 @@ class EmailProc {
                 break;
                 break;
             }
             }
         }
         }
+        
+        ctx()->privateState->redTip_Mail = $tag;
         return $tag;
         return $tag;
     }
     }