Commit 48d7295b authored by 陈家荣's avatar 陈家荣

修改分享设置,当分享类型都不匹配的时候返回错误

parent 8788428c
......@@ -507,6 +507,8 @@ router.get('/sharev2.js', function(req, res, next) {
console.error(err);
res.json(_.assign({result:false},returnCode.WRONG_PARAM));
});
}else{
res.json(_.assign({result:false},returnCode.WRONG_PARAM));
}
}
});
\ No newline at end of file
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