Commit 958db224 authored by 张淼's avatar 张淼

1

parent 76c9695c
...@@ -11,15 +11,11 @@ exports.getUserSession=function(req){ ...@@ -11,15 +11,11 @@ exports.getUserSession=function(req){
} }
exports.getMobileUser=function(req){ exports.getMobileUser=function(req){
return "55015675868b65a028187c49"; return req.session.mobileForumUser.userId;
} }
exports.getOpenId=function(req){ exports.getOpenId=function(req){
return 'openId'; return req.session.mobileForumUser.openId;
}
exports.setMobileUser=function(req){
} }
exports.identifyUser=function() { exports.identifyUser=function() {
......
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