Commit ed28bf06 authored by 陈家荣's avatar 陈家荣

33

parent e4dbf14a
...@@ -139,8 +139,8 @@ router.get('/user/from/share', function(req, res, next) { ...@@ -139,8 +139,8 @@ router.get('/user/from/share', function(req, res, next) {
// res.status(200).end(); // res.status(200).end();
}); });
//微信分享带来用户 //检查用户权限
router.get('/user/from/checkLimitAction', function(req, res, next) { router.post('/user/from/checkLimitAction', function(req, res, next) {
var mid = req.session.mobileForumUser.userId; var mid = req.session.mobileForumUser.userId;
if(mid){ if(mid){
var array = []; var array = [];
......
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