weixin_慕用6494135
2019-11-13 16:03
出现以下报错,求解答。
VM30:1 Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail requestID 2b8eb102-05eb-11ea-8633-525400697544, cloud function service error code -504002, error message console.err is not a function; at cloud.callFunction api;
仍然报错
请把console.err() 改成 console.error()
豆瓣API有变化,需要在请求API的url后面跟一个apikey参数:
电影列表API:http://api.douban.com/v2/movie/in_theaters?apikey=0df993c66c0c636e29ecbb5344252a4a&start=0&count=10
电影详情API:`http://api.douban.com/v2/movie/subject/${event.movieid}?apikey=0df993c66c0c636e29ecbb5344252a4a`
轻松入门微信小程序与云开发
64548 学习 · 1742 问题
相似问题