Commit 71dc88b8 authored by 陈志良's avatar 陈志良

更新用户

parent 2b568273
......@@ -25,6 +25,9 @@ var updateUser = function(uid,nickName,icon,cb){
forumUserService.updateUserById(uid,entity,function(err,result){
if(err){
console.log(err);
}else{
console.log('用户:'+uid+'---------更新成功');
console.log(entity);
}
});
}
......
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