调用云函数,一直能用个,今天突然出现这个???怎么办???急用
await wx.cloud.callFunction({
name: 'bm',
config: {
env: 'cloud1-4gi3vgnb'
},
data: {
type: 'zxz',
}
}).then(res => {
dz = res.result.fileID
console.log(res)
})
