编辑http请求文件(文件名后缀为.http)
GET请求
GET http://localhost:8080/bcdb/sign
Accept: */*
Cache-Control: no-cache
###
POST请求
POST http://localhost:8080/bcdb/sign
Accept: */*
Cache-Control: no-cache
Content-Type: application/json
{
"id":1,
"acNo":"123456"
}
###
![](https://img.haomeiwen.com/i5125378/589796f085c9d5d6.png)
执行http请求
![](https://img.haomeiwen.com/i5125378/05a676573eab986a.png)
查看http结果
![](https://img.haomeiwen.com/i5125378/709078d7fb7e0f9f.png)
网友评论