|
@@ -139,6 +139,7 @@ class PayProc {
|
|
|
'cash' => ctx()->baseInfo->cash,
|
|
|
'tili' => ctx()->baseInfo->tili,
|
|
|
'tili_ts' => ctx()->baseInfo->tili_ts,
|
|
|
+ 'accumulateYuanBao' => ctx()->baseInfo->accumulateYuanBao,
|
|
|
'store' => ctx()->store,
|
|
|
'privateState' => ctx()->privateState,
|
|
|
'reward' => StoreProc::$reward,
|
|
@@ -1042,6 +1043,7 @@ class PayProc {
|
|
|
'cash' => ctx()->baseInfo->cash,
|
|
|
'tili' => ctx()->baseInfo->tili,
|
|
|
'tili_ts' => ctx()->baseInfo->tili_ts,
|
|
|
+ 'accumulateYuanBao' => ctx()->baseInfo->accumulateYuanBao,
|
|
|
'store' => ctx()->store,
|
|
|
'privateState' => ctx()->privateState,
|
|
|
'reward' => StoreProc::$reward,
|