问答详情
源自:4-3 电影列表

检查没问题呀,帮我看看咋回事,一直再报这个错误

VM1468:1 Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail requestID fd0afbda-cb00-11e9-a563-525400697544, cloud function service error code -504002, error message console.err is not a function; at cloud.callFunction api; 

提问者:沐_橙 2019-08-30 16:35

个回答

  • 谢成
    2019-08-31 10:09:07

    先把console.err()改成console.error(),然后根据错误提示就能找到问题了。请检查API是否正确:


    豆瓣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`



  • 慕数据4591856
    2019-08-30 17:58:52

    是console.error()

    不是console.err()