|
@@ -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
|
|
|
));
|