记录:postman发送Map参数

参考文档

postman可以传递map吗?


1、设置请求方式为Post
2、在Headers中添加Content-Type,值为application/json
Postman:postman 传 Map 参数

3、在body中选择row,选择json数据格式,最后在下面已json的数据格式填写参数Postman:postman 传 Map 参数
4、最后看一下我的controller头
Postman:postman 传 Map 参数

相关文章:

  • 2022-02-03
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-08-02
  • 2022-01-10
猜你喜欢
  • 2022-12-23
  • 2021-07-02
  • 2022-12-23
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案