*
Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -24,10 +24,10 @@ class MusicianBalanceService extends Service | ... | @@ -24,10 +24,10 @@ class MusicianBalanceService extends Service |
24 | { | 24 | { |
25 | //数据初始化 | 25 | //数据初始化 |
26 | $account = [ | 26 | $account = [ |
27 | 'cash_total' => '2.10', | 27 | 'cash_total' => '0.00', |
28 | 'balance' => '3.10', | 28 | 'balance' => '0.00', |
29 | 'advance_out' => '4.10', | 29 | 'advance_out' => '0.00', |
30 | 'remain_prepaid'=> '5.10', | 30 | 'remain_prepaid'=> '0.00', |
31 | ]; | 31 | ]; |
32 | 32 | ||
33 | return Response::success($account); | 33 | return Response::success($account); | ... | ... |
-
Please register or sign in to post a comment