Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
ccbikai(👎🏻🍜)
2016-10-08 18:38:29 +0800
Commit
711bb594cfc3baccbf3123711b80d4811c895139
1 parent
63e8cfe2
领取有货币
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/activity/controllers/coin.js
apps/activity/models/coin.js
apps/activity/controllers/coin.js
View file @
711bb59
...
...
@@ -27,7 +27,7 @@ exports.sendCoin = (req, res, next) => {
token
:
req
.
query
.
token
,
uid
:
uid
}).
then
((
result
)
=>
{
console
.
log
(
result
)
console
.
log
(
result
)
;
res
.
jsonp
(
result
);
}).
catch
(
next
);
};
...
...
apps/activity/models/coin.js
View file @
711bb59
...
...
@@ -10,4 +10,4 @@ module.exports = {
method
:
'app.activity.receviceYohoCoin'
},
params
));
}
}
}
;
...
...
Please
register
or
login
to post a comment