Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-platform
·
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
Plain Diff
Browse Files
Authored by
李奇
2018-10-19 18:07:21 +0800
Commit
9988418d272e463d07456bfad1045aaf8a18bc21
2 parents
267b48e7
e69b21d0
Merge remote-tracking branch 'origin/release/6.7.9' into feature/wheel-surf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/api/controllers/redpac.js
apps/api/controllers/redpac.js
View file @
9988418
...
...
@@ -134,7 +134,7 @@ const redpac = {
if
(
result
&&
result
.
data
)
{
sendMessage
(
0
,
{},
{
succeedTimes
:
result
.
data
.
amount
||
0
},
0
);
}
else
{
sendMessage
(
0
,
{},
{
succeedTimes
:
result
.
data
.
amount
||
0
},
0
);
sendMessage
(
0
,
{},
{
succeedTimes
:
0
},
0
);
}
return
res
.
json
(
result
||
{});
...
...
Please
register
or
login
to post a comment