diff --git a/%E6%8E%A5%E5%8F%A3%E6%96%87%E6%A1%A3.md b/%E6%8E%A5%E5%8F%A3%E6%96%87%E6%A1%A3.md index b10b8a7..de9a183 100644 --- a/%E6%8E%A5%E5%8F%A3%E6%96%87%E6%A1%A3.md +++ b/%E6%8E%A5%E5%8F%A3%E6%96%87%E6%A1%A3.md @@ -19,11 +19,11 @@ ### 1、登录 -- **url:**`/user/login` +- url:`/user/login` -- **method:**`POST` +- method:`POST` -- **Content-Type:**`application/json` +- Content-Type:`application/json` - 参数列表: @@ -78,11 +78,11 @@ ### 2、修改用户角色 -- **url:**`/user/userRole` +- url:`/user/userRole` -- **method:**`PUT` +- method:`PUT` -- **Content-Type:**`application/json` +- Content-Type:`application/json` - 参数列表: @@ -111,9 +111,9 @@ ### 3、查询用户列表 -- **url:**`/user/user` +- url:`/user/user` -- **method:**`GET` +- method:`GET` - 参数列表 @@ -129,7 +129,7 @@ ~~~json { "code": "状态码", - "msg": "查询成功", + "msg": "查询成功", "data": { "totalCount": "筛选后的总数", "currentPage": "当前页数", @@ -157,11 +157,11 @@ ### 4、删除用户 -- **url:**`/user/user` +- url:`/user/user` -- **method:**`DELETE` +- method**:**`DELETE` -- **Content-Type:**`application/json` +- Content-Type:`application/json` - 参数列表 @@ -185,11 +185,11 @@ ### 5、管理员修改用户信息 -- **url:**`/user/user` +- url:`/user/user` -- **method:**`PUT` +- method:`PUT` -- **Content-Type:**`application/json` +- Content-Type:`application/json` - 参数列表: @@ -220,11 +220,11 @@ ### 6、管理员重置用户密码 -- **url:**`/user/pwd` +- url:`/user/pwd` -- **method:**`PUT` +- method:`PUT` -- **Content-Type:**`application/json` +- Content-Type:`application/json` - 参数列表: @@ -248,11 +248,11 @@ ### 7、管理员创建用户 -- **url:**`/user/user` +- url:`/user/user` -- **method:**`POST` +- method:`POST` -- **Content-Type:**`application/json` +- Content-Type:`application/json` - 参数列表: @@ -290,11 +290,11 @@ ### 1、添加角色 -- **url:**`/role/role` +- url:`/role/role` -- **method:**`POST` +- method:`POST` -- **Content-Type:**`application/json` +- Content-Type:`application/json` - 参数列表: @@ -323,9 +323,9 @@ ### 2、查询角色列表 -- **url:**`/role/role` +- url:`/role/role` -- **method:**`GET` +- method:`GET` - 参数列表: @@ -374,11 +374,11 @@ ### 3、删除角色 -- **url:**`/role/role` +- url:`/role/role` -- **method:**`DELETE` +- method:`DELETE` -- **Content-Type:**`application/json` +- Content-Type:`application/json` - 参数列表: @@ -402,11 +402,11 @@ ### 4、修改角色权限列表 -- **url:**`/role/role` +- url:`/role/role` -- **method:**`PUT` +- method:`PUT` -- **Content-Type:**`application/json` +- Content-Type:`application/json` - 参数列表: @@ -434,11 +434,11 @@ ### 5、查看所有权限列表 -- **url:**`/role/authorityList` +- url:`/role/authorityList` -- **method:**`GET` +- method:`GET` -- **Content-Type:**`application/json` +- Content-Type:`application/json` - 参数列表: @@ -466,11 +466,11 @@ ### 1、创建待调查对象 -- **url:**`/respondent/respondent` +- url:`/respondent/respondent` -- **method:**`POST` +- method:`POST` -- **Content-Type:**`application/json` +- Content-Type:`application/json` - 参数列表: @@ -503,9 +503,9 @@ ### 2、查询调查对象 -- **url:**`/respondent/respondent` +- url:`/respondent/respondent` -- **method:**`GET` +- method:`GET` - 参数列表: @@ -560,9 +560,9 @@ ### 1、查询调查记录 -- **url:**`/investigationRecord/investigationRecord` +- url:`/investigationRecord/investigationRecord` -- **method:**`GET` +- method:`GET` - 参数列表: @@ -620,9 +620,9 @@ ### 2、查询待审核调查记录数量 -- **url:**`/investigationRecord/underReviewRecordCount` +- url:`/investigationRecord/underReviewRecordCount` -- **method:**`GET` +- method:`GET` - 参数列表: @@ -646,11 +646,11 @@ ### 3、审核待审核调查记录 -- **url:**`/investigationRecord/underReviewRecord` +- url:`/investigationRecord/underReviewRecord` -- **method:**`PUT` +- method**:**`PUT` -- **Content-Type:**`application/json` +- Content-Type:`application/json` - 参数列表: @@ -677,11 +677,11 @@ ### 4、修改已审核调查记录 -- **url:**`/investigationRecord/investigationRecord` +- url:`/investigationRecord/investigationRecord` -- **method:**`PUT` +- method:`PUT` -- **Content-Type:**`application/json` +- Content-Type:`application/json` - 参数列表: @@ -707,11 +707,11 @@ ### 5、提交调查记录 -- **url:**`/investigationRecord/investigationRecord` +- url:`/investigationRecord/investigationRecord` -- **method:**`POST` +- method:`POST` -- **Content-Type:**`application/json` +- Content-Type:`application/json` - 参数列表: @@ -760,11 +760,11 @@ ### 1、创建元数据 -- **url:**`/metadata/metadata` +- url:`/metadata/metadata` -- **method:**`POST` +- method:`POST` -- **Content-Type:**`application/json` +- Content-Type:`application/json` - 参数列表: @@ -796,11 +796,11 @@ ### 2、删除元数据 -- **url:**`/metadata/metadata` +- url:`/metadata/metadata` -- **method:**`DELETE` +- method:`DELETE` -- **Content-Type:**`application/json` +- Content-Type:`application/json` - 参数列表: @@ -824,11 +824,11 @@ ### 3、修改元数据 -- **url:**`/metadata/metadata` +- url:`/metadata/metadata` -- **method:**`PUT` +- method:`PUT` -- **Content-Type:**`application/json` +- Content-Type:`application/json` - 参数列表: @@ -860,11 +860,11 @@ ### 4、查询元数据 -- **url:**`/metadata/metadata` +- url:`/metadata/metadata` -- **method:**`GET` +- method:`GET` -- **Content-Type:**`application/json` +- Content-Type:`application/json` - 参数列表: