0
点赞
收藏
分享

微信扫一扫

postman发送post请求如何传递参数


1.对于javabean对象的普通属性,直接使用json对象格式,传递即可,如下图中的name属性。
2.对于javabean对象中的及联对象中的属性,则需要使用json对象组合的格式,如下图的extField属性。
​json数据格式详解​​

postman发送post请求如何传递参数_json

postman发送post请求如何传递参数_json_02


postman发送post请求如何传递参数_json_03


postman发送post请求如何传递参数_json_04


举报

相关推荐

0 条评论