我要成为酷酷的人
2019-07-06 18:14
return rp(`http://api.douban.com/v2/movie/in_theaters?apikey=0df993c66c0c636e29ecbb5344252a4a&start=${event.start}&count=${event.count}`)
.then(res => {
console.log(res);
return res;
}).catch(err => {
console.log(err)
})
如果是个post请求怎么发?
轻松入门微信小程序与云开发
64548 学习 · 1742 问题
相似问题