编辑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"
}
###