Commit 3767247d authored by 陈志良's avatar 陈志良

去除打印

parent 9c047c95
......@@ -155,9 +155,7 @@ router.get('/user/from/share', function(req, res, next) {
action = req.query.action,
ent_code = req.query.ent_code,
userId = req.query.userId;
console.log('分享带来用户获取积分 mid = '+mid+' userId = '+userId);
forumLimitOperationService.checkLimitOperationProhibitionAddIntegral(userId, function(err, flag){
console.log(' 是否限制赠送积分 flag = '+flag);
if(err || flag){
console.error(err || returnCode.PROHIBITION_OF_INC_INTEGRAL);
res.json(returnCode.PROHIBITION_OF_INC_INTEGRAL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment