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
b045174e
...
b045174ef0a12e03a076dbcd171dd30d92669223
authored
2021-09-09 17:55:22 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
发行作品列表
1 parent
5bee7e1b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
app/Services/MusicianBalanceService.php
app/Services/MusicianBalanceService.php
View file @
b045174
...
...
@@ -24,10 +24,10 @@ class MusicianBalanceService extends Service
{
//数据初始化
$account
=
[
'cash_total'
=>
'
0.0
0'
,
'balance'
=>
'
0.0
0'
,
'advance_out'
=>
'
0.0
0'
,
'remain_prepaid'
=>
'
0.0
0'
,
'cash_total'
=>
'
2.1
0'
,
'balance'
=>
'
3.1
0'
,
'advance_out'
=>
'
4.1
0'
,
'remain_prepaid'
=>
'
5.1
0'
,
];
return
Response
::
success
(
$account
);
...
...
@@ -65,8 +65,8 @@ class MusicianBalanceService extends Service
//数据初始化
$account
=
[
'detail'
=>
[],
'tax'
=>
'
0
.00'
,
'amount'
=>
'
0
.00'
,
'tax'
=>
'
2
.00'
,
'amount'
=>
'
1
.00'
,
];
return
Response
::
success
(
$account
);
...
...
Please
register
or
sign in
to post a comment