课程
/前端开发
/小程序
/轻松入门微信小程序与云开发
老师您好,我按照您的教导做到调用云函数的时候编辑不会报错,但是调用云函数显示调用失败
2019-08-30
源自:轻松入门微信小程序与云开发 4-3
正在回答
接口变了
return rp('http://api.douban.com/v2/movie/in_theaters?apikey=0df993c66c0c636e29ecbb5344252a4a&start=${event.start}&count=${event.count}')
.then(function (res) {
console.log(res);
return res;
})
.catch(function (err) {
console.error(err);
});
举报
深入浅出微信小程序核心基础与云开发,使你掌握小程序开发必备技能。
3 回答云函数调用失败
2 回答云函数调用失败
1 回答云函数调用失败
3 回答云函数login调用失败