|
@@ -138,6 +138,7 @@ class PayProc {
|
|
return Resp::ok(array('gold' => ctx()->baseInfo->gold,
|
|
return Resp::ok(array('gold' => ctx()->baseInfo->gold,
|
|
'cash' => ctx()->baseInfo->cash,
|
|
'cash' => ctx()->baseInfo->cash,
|
|
'tili' => ctx()->baseInfo->tili,
|
|
'tili' => ctx()->baseInfo->tili,
|
|
|
|
+ 'tili_ts' => ctx()->baseInfo->tili_ts,
|
|
'store' => ctx()->store,
|
|
'store' => ctx()->store,
|
|
'privateState' => ctx()->privateState,
|
|
'privateState' => ctx()->privateState,
|
|
'reward' => StoreProc::$reward,
|
|
'reward' => StoreProc::$reward,
|
|
@@ -1041,6 +1042,7 @@ class PayProc {
|
|
return Resp::ok(array('gold' => ctx()->baseInfo->gold,
|
|
return Resp::ok(array('gold' => ctx()->baseInfo->gold,
|
|
'cash' => ctx()->baseInfo->cash,
|
|
'cash' => ctx()->baseInfo->cash,
|
|
'tili' => ctx()->baseInfo->tili,
|
|
'tili' => ctx()->baseInfo->tili,
|
|
|
|
+ 'tili_ts' => ctx()->baseInfo->tili_ts,
|
|
'store' => ctx()->store,
|
|
'store' => ctx()->store,
|
|
'privateState' => ctx()->privateState,
|
|
'privateState' => ctx()->privateState,
|
|
'reward' => StoreProc::$reward,
|
|
'reward' => StoreProc::$reward,
|