收藏
回答

云函数如何根据openid来查询数据

框架类型 问题类型 终端类型 AppID 基础库版本
小程序 Bug 客户端 wx88b0af9ef5a2e0cc 2.6.4

- 当前 Bug 的表现(可附上截图)

新增数据自己会添加一个userInfo的JSON但是如何根据里面的openId来查询呢



回答关注问题邀请回答
收藏

1 个回答

  • 悟空
    悟空
    2019-03-28

    db.collection('test').where({    userInfo: {        openId: 'xxxxxxx'    } }).get() 或者 db.collection('test').where({    'userInfo.openId': 'xxxxxxx' }).get()

    2019-03-28
    有用
    回复 3
    • 2019-03-29



      貌似还是不行返回为空

      2019-03-29
      回复
    • 悟空
      悟空
      2019-03-29回复

      userInfo[openId]  -> userInfo.openId

      2019-03-29
      回复
    • 2019-03-29回复悟空

      这个也试过了也无法查询也试过 userinfo:{openId:XXXXX}也不可以

      2019-03-29
      回复
登录 后发表内容