1、选择post请求方式,同时将header的content-type设置为application/json
postman 发送json请求

2、设置body的编码方式为raw,application/json, raw是发送纯文本,不包含任何空格的编码方式
postman 发送json请求

3、点击 send 查看结果。
postman 发送json请求

相关文章:

  • 2022-02-07
  • 2021-07-10
  • 2021-05-23
  • 2022-02-07
  • 2021-09-03
  • 2021-09-22
猜你喜欢
  • 2022-12-23
  • 2021-05-19
  • 2021-11-03
  • 2021-09-10
  • 2021-05-17
相关资源
相似解决方案