Authored by ccbikai(👎🏻🍜)

领取有货币

... ... @@ -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);
};
... ...
... ... @@ -10,4 +10,4 @@ module.exports = {
method: 'app.activity.receviceYohoCoin'
}, params));
}
}
};
... ...