昨天用postman测试上传第三方系统的接口,第三方一直拿不到数据

PostMan测试上传文件//mac postman 用post的form-data传递参数,但是后台接不到用file格式一直接收不到 后来网上找了百度改了headers 请求头一样找不到。
把file格式改成txt就可以接收到
PostMan测试上传文件//mac postman 用post的form-data传递参数,但是后台接不到但是我是要上传文件啊
后来改了bodyd的格式为 binary 。上传成功,特此记录!PostMan测试上传文件//mac postman 用post的form-data传递参数,但是后台接不到

相关文章:

  • 2021-12-08
  • 2021-10-06
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2021-05-25
  • 2021-12-04
  • 2021-12-17
  • 2021-10-21
相关资源
相似解决方案