云开发操作数据库失败,errMsg: Environment not found
const db = wx.cloud.database({env:'hello-cloudbase-4gsir4zo308dbb44'})
db.collection('pits').where({
_id: '0'
}).get({
success: function (res) {
console.log('[云函数] 返回数据结果: ', res)
},
fail: err => {
console.error('[云函数] 返回数据结果 调用失败', err)
}
})
[图片] 使用云函数可以操作成功,在小程序单独写就失败