postman发送json格式的post请求
Posted Hail Hydra
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postman发送json格式的post请求相关的知识,希望对你有一定的参考价值。
在地址栏里输入请求url:http://127.0.0.1:8081/getmoney
选择“POST”方式,
在“headers”添加key:Content-Type , value:application/json
点击"body",\'\'raw\'\'并设定为JSON
添加:
{"userid": 1}
点击send发送即可
以上是关于postman发送json格式的post请求的主要内容,如果未能解决你的问题,请参考以下文章