完善小组提现
This commit is contained in:
parent
d3d8919654
commit
e50bb2ed63
@ -102,6 +102,8 @@ class User extends BaseController
|
||||
'yesterday_brokerage' => $this->yesterdayBrokerage($user['uid'], $source),
|
||||
'total_extract' => $this->userTotalExtract($user['uid'], $source),
|
||||
'total_brokerage' => $this->totalBrokerage($user['uid'], $source),
|
||||
'brokerage_price' => $user['brokerage_price'], // 可提现金额
|
||||
'broken_day' => (int)systemConfig('lock_brokerage_timer'), //冻结天数
|
||||
];
|
||||
|
||||
return app('json')->success($data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user