瀏覽代碼

fixed: 邮件领取,同步玩家等级.

gwang 4 年之前
父節點
當前提交
c2faf661b9
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      Gameserver/Amfphp/process/EmailProc.php

+ 4 - 3
Gameserver/Amfphp/process/EmailProc.php

@@ -159,11 +159,12 @@ class EmailProc {
         UserProc::updateUserInfo();
         $base = ctx()->base();
         return Resp::ok(array(#                                                 # 同步数据        
-                    'gold' => $base->gold,
-                    'cash' => $base->cash,
-                    'resPoint' => $base->resPoint,
+//                    'gold' => $base->gold,
+//                    'cash' => $base->cash,
+//                    'resPoint' => $base->resPoint,
                     'store' => ctx()->store,
                     'hero' => ctx()->heros,
+                    'baseInfo' => ctx()->base(),
                     'num' => 1,
                     'reward' => $mail->appendix
         ));