Files
labplus-server/main.http
2024-10-02 22:24:10 +08:00

40 lines
492 B
HTTP

@url = http://localhost:8080/api
@json = Content-Type: application/json
### main
GET {{url}}
############################# user
###
GET {{url}}/user
###
GET {{url}}/user/66e0fc98bfe90d5ebc373fad
###
POST {{url}}/user
{{json}}
{
"username": "azj",
"password": "helloworld",
"truename": "Davie Dro"
}
###
PUT {{url}}/user/66e0fc4eb7f0bcce35db2755
{{json}}
{
"truename": ""
}
###
DELETE {{url}}/user/66e0fc98bfe90d5ebc373fad
###
GET http://172.31.2.82:25565