0


Postman:postman 传 Map 参数

记录:postman发送Map参数

参考文档

postman可以传递map吗?


1、设置请求方式为Post
2、在Headers中添加Content-Type,值为application/json
在这里插入图片描述

3、在body中选择row,选择json数据格式,最后在下面已json的数据格式填写参数在这里插入图片描述
4、最后看一下我的controller头
在这里插入图片描述

标签: java 后端

本文转载自: https://blog.csdn.net/qq_46416934/article/details/124009507
版权归原作者 xiaoweiwei99 所有, 如有侵权,请联系我们删除。

“Postman:postman 传 Map 参数”的评论:

还没有评论