阅读背景:

使用Mongoose查找在给定日期之间签名的用户

来源:互联网 

I have user model like this

我有这样的用户模型

const guestSchema = mongoose.Schema({
  facebook: {
    id: String,
    token: String,
    email: String,
    name: String,
    phone: String,
    dates: [
      {
        type: mongoose.Schema.Types.ObjectId,
        ref: "loginDate"
      }
    ]
  }
});
const



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: