记录: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 参数

相关文章: