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
b6abffbb
...
b6abffbb2e3f0f457a56ac0bac487d4448df304d
authored
2021-11-15 11:57:14 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
确认账单
1 parent
79d02a37
Show 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 @
b6abffb
...
...
@@ -158,7 +158,7 @@ class MusicianWithdrawService extends Service
}
catch
(
\Exception
$e
)
{
DB
::
rollBack
();
Log
::
info
(
__METHOD__
.
':确认账单失败'
,
[
'msg'
=>
$e
->
getMessage
(),
'params'
=>
$this
->
request
->
all
()]);
Log
::
info
(
__METHOD__
.
':确认账单失败'
,
[
'msg'
=>
$e
->
getMessage
(),
'
line'
=>
$e
->
getLine
(),
'
params'
=>
$this
->
request
->
all
()]);
return
Response
::
error
(
ErrorCode
::
WITHDRAW_CONFIRM_BILLS_FAIL
);
}
...
...
Please
register
or
sign in
to post a comment