Files
szjs/api-test.http
2025-03-07 22:27:18 +08:00

25 lines
436 B
HTTP

###
###
GET https://api.example.com/users
Content-Type: application/json
###
POST http://101.43.95.130/usersapp/Ruilaiwechat/selectRealtimeInfoList
Content-Type: application/json
{
"page": "1"
}
###
PUT https://api.example.com/users/1
Content-Type: application/json
{
"name": "John Smith"
}
###
DELETE https://api.example.com/users/1