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

更新获取消息接口

parent c15f2cbf
......@@ -86,7 +86,7 @@ router.get('/message/:mid/get', function(req, res, next) {
var userID = user.getMobileUser(req);
if(mid){
var condition = {
_id: mid
_id: new mongoose.Types.ObjectId(mid)
}
async.parallel([
function(cb) {
......
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