为了账号安全,请及时绑定邮箱和手机立即绑定

老师,rp咱们获取信息默认是get请求,我想知道怎么发送post请求的?

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请求怎么发?


正在回答

1 回答

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

老师,rp咱们获取信息默认是get请求,我想知道怎么发送post请求的?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信