post 请求头,参数为多个参数

        header: {
          'content-type': 'application/x-www-form-urlencoded' // 默认值
        },

请求头,post 请求参数为单json字符串

        header: {
          'content-type': 'application/json' //
        },

 

上传文件请求头,此处不演示

    header: {
      'content-type': 'multipart/form-data'  
    },

 

 

 

相关文章:

  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-26
  • 2022-12-23
相关资源
相似解决方案