小程序云开发 获取用户是否会员字段 db_userinfo大约有100多条数据
有没有简单的方法 只想知道这个人是不是会员
where({ openId:OPENID, isMember:true }).count()