@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" }