在地址栏里输入请求url:http://localhost:8080/test
选择“POST”方式,
在“headers”添加key:Content-Type , value:application/json
点击"body",''raw''并设定为JSON
添加:
{"userid": “afadf”}
点击send发送即可