请大侠指教为什么无法获取数据??

发布于 7 年前作者 mali13736 次浏览最后编辑 7 年前来自 ask

const db = wx.cloud.database()

db.collection(‘counters’).doc(‘_id’).get({

success:res => {

console.log(res.data)

}

})

1 回复
xiuyingchang
xiuyingchang1 楼5 年前

看看云数据库配置的权限