Files
labplus-server/main.http

32 lines
426 B
Plaintext
Raw Normal View History

2024-01-15 00:03:15 +08:00
@url = http://localhost:8001/api
@json = Content-Type: application/json
### main
GET {{url}}
############################# user
###
GET {{url}}/user
###
GET {{url}}/user/6592b261ec153ffe0080527f
###
POST {{url}}/user
Content-Type: application/json
{
"username": "dd",
"password": "wwgweaerhgr",
"truename": "Davie Dro"
}
###
PUT {{url}}/user/6592b261ec153ffe0080527f
{{json}}
{
"truename": "张表4"
}