Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
bf612098
...
bf612098f7bb17553635c5f19d27c117ab4ab538
authored
2021-10-25 15:50:57 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
19d0d340
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
app/Services/MusicianBalanceService.php
app/Services/MusicianBalanceService.php
View file @
bf61209
...
...
@@ -24,10 +24,10 @@ class MusicianBalanceService extends Service
{
//数据初始化
$account
=
[
'cash_total'
=>
'
2.1
0'
,
'balance'
=>
'
3.1
0'
,
'advance_out'
=>
'
4.1
0'
,
'remain_prepaid'
=>
'
5.1
0'
,
'cash_total'
=>
'
0.0
0'
,
'balance'
=>
'
0.0
0'
,
'advance_out'
=>
'
0.0
0'
,
'remain_prepaid'
=>
'
0.0
0'
,
];
return
Response
::
success
(
$account
);
...
...
Please
register
or
sign in
to post a comment