收藏
回答

云数据库中的安全规则不生效?

这是集合'orders'数据库中的安全规则

{ "read": "auth.openid==get('database.sellerInfo.${doc.restaurantId}').ownerId",

"write": "doc._openid == auth.openid" }

下图sellerInfo集合中的ownerId和操作账号的openid是一样的

下面是访问语句

orders.where(

{ _openid: '{openid}',

restaurantId:'b1a52c595fb7ba1f0022e42c5c6a141f' }

)

为什么报错ownerId未定义

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

2 个回答

登录 后发表内容
问题标签