Vue http请求的写法
当api文档如图,
在添加动/静态属性时 上课老师的写法是这样的
const {data:res}= await this.$http.post(`categories/${this.cateId}/attributes`,{
attr_name:this.addForm.attr_name,
attr_sel:this.activeName
})
能不能写成params格式
const { data: res } = await this.$http.post(`categories/${this.cateId}/attributes`,{params: { attr_name:this.addForm.attr_name,
attr_sel:this.activeName }})
一直不懂这两种的区别
有些时候末尾的参数又能直接把data里的对象传进去
请问大神get post put请求体的区别
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论