編輯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"
}
###
http.png
執(zhí)行http請求
http2.png
查看http結(jié)果
http3.png