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
05dc8a47
...
05dc8a4718c4a6ca066b3a1e211635f93445878f
authored
2021-08-23 16:59:02 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
40b08a96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Services/MusicianWithdrawService.php
app/Services/MusicianWithdrawService.php
View file @
05dc8a4
...
...
@@ -34,7 +34,7 @@ class MusicianWithdrawService extends Service
'receipt_bank_no'
=>
$receipt
->
receipt_bank_no
,
]);
}
else
{
return
Response
::
success
();
return
Response
::
error
();
}
}
...
...
Please
register
or
sign in
to post a comment