Commit b410dc34 authored by 陈志良's avatar 陈志良

admin

parent 3de03c7f
...@@ -57,7 +57,7 @@ router.post('/user/identifyUser',function(req,res,next){ ...@@ -57,7 +57,7 @@ router.post('/user/identifyUser',function(req,res,next){
router.get('/user/from/share', function(req, res, next) { router.get('/user/from/share', function(req, res, next) {
var mid = req.query.mid, var mid = req.query.mid,
action = req.query.action, action = req.query.action,
ent_code = req.session.user.ent_code; ent_code = req.query.ent_code;
httpService.sendRequest(ent_code,mid,action); httpService.sendRequest(ent_code,mid,action);
res.status(200).end(); res.status(200).end();
}); });
\ 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