|
@@ -137,6 +137,7 @@ class PayProc {
|
|
|
UserProc::updateUserInfo();
|
|
|
return Resp::ok(array('gold' => ctx()->baseInfo->gold,
|
|
|
'cash' => ctx()->baseInfo->cash,
|
|
|
+ 'tili' => ctx()->baseInfo->tili,
|
|
|
'store' => ctx()->store,
|
|
|
'privateState' => ctx()->privateState,
|
|
|
'reward' => StoreProc::$reward,
|