POST http://localhost:12128/rest/api/city/list Content-Type: application/json {} ### POST http://localhost:12128/rest/api/role/list Content-Type: application/json {} ### POST http://localhost:12128/rest/api/role/add Content-Type: application/json { "roleName": "测试--请不要创建用户" } ### POST http://localhost:12128/rest/api/role/delete/id/9 Content-Type: application/json ### POST http://localhost:12128/rest/api/role/select/id/9 Content-Type: application/json ### POST http://localhost:12128/rest/api/role/update/id/10 Content-Type: application/json { "roleName": "测试--请不要创建用户222" } ### POST http://localhost:12128/rest/api/user/list Content-Type: application/json ### POST http://localhost:12128/rest/api/user/add Content-Type: application/json { "loginName":"13866666666", "userName":"赵六", "phone":"13866666666", "email":"6324124512@163.com", "province":"河北省", "roleIdList":[ 3, 5, 7 ], "cityId":-1 } ### POST http://localhost:12128/rest/api/user/delete/id/6 Content-Type: application/json ### POST http://localhost:12128/rest/api/user/select/id/4 Content-Type: application/json ### POST http://localhost:12128/rest/api/user/update/id/7 Content-Type: application/json { "loginName":"13866666666", "userName":"赵六宝", "phone":"13866666666", "email":"6324124512@163.com", "province":"河北省", "roleIdList":[ 3, 5 ], "cityId":-1 }