1,如果控制器里面的处理用的是@requestBody这种,那postman传递参数用这种方式–json字符串:
postman几种方式的区别
2,如果控制器里面的处理用的是HttpServletRequest request这种或者@RequestParam String sign这种,那postman传递参数用这种方式–表单提交:
postman几种方式的区别

相关文章:

  • 2021-11-02
  • 2022-12-23
  • 2021-07-08
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2021-12-13
猜你喜欢
  • 2022-02-07
  • 2022-02-22
  • 2021-08-06
  • 2021-09-13
  • 2021-08-26
  • 2021-11-18
  • 2021-12-19
相关资源
相似解决方案