Browse Source

邮件bug

cyzhao 11 months ago
parent
commit
e54ba37e5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gameserver/App/process/UserProc.php

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

@@ -407,7 +407,7 @@ class UserProc {
     }
 
     static function OnLogin_DateDeal() {
-        EmailProc::refreshSysMail();
+        EmailProc::refreshSysMail(req()->zoneid, req()->uid);
 
         EmailProc::IsExistRedTip();
         FightProc::isExistNoDrawed_FightPower();