Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
shuaiguo
2020-06-02 10:43:44 +0800
Commit
70840084994b503796a2c440ee1eb3f3b99bf96a
1 parent
066e41c7
bug修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/apps/operations/interfaces/exchangeCoupon.js
code/apps/operations/interfaces/exchangeCoupon.js
View file @
7084008
...
...
@@ -49,7 +49,7 @@ module.exports={
}
try
{
body
=
JSON
.
parse
(
body
)
}
catch
{
}
catch
(
e
)
{
return
callback
(
null
,
{
message
:
'删除失败'
})
}
return
callback
(
null
,
body
);
...
...
Please
register
or
login
to post a comment