##云铺后台RESTFUL接口调用 App资源: 列表: http://localhost:8080/ajax/app method = GET 记录: http://localhost:8080/ajax/app/{id} method = GET 新增: http://localhost:8080/ajax/app method = POST 删除: http://localhost:8080/ajax/app/{id} method = PUT 修改: http://localhost:8080/ajax/app/{id} method = DELETE 下拉框: http://localhost:8080/ajax/app/select method = GET
Menu资源: 列表: http://localhost:8080/ajax/menu method = GET 记录: http://localhost:8080/ajax/menu/{id} method = GET 新增: http://localhost:8080/ajax/menu method = POST 删除: http://localhost:8080/ajax/menu/{id} method = PUT 修改: http://localhost:8080/ajax/menu/{id} method = DELETE 下拉框: http://localhost:8080/ajax/menu/select method = GET
Button资源: 列表: http://localhost:8080/ajax/button method = GET 记录: http://localhost:8080/ajax/button/{id} method = GET 新增: http://localhost:8080/ajax/button method = POST 删除: http://localhost:8080/ajax/button/{id} method = PUT 修改: http://localhost:8080/ajax/button/{id} method = DELETE 下拉框: http://localhost:8080/ajax/button/select method = GET
Role: 列表: http://localhost:8080/ajax/role method = GET 记录: http://localhost:8080/ajax/role/{id} method = GET 新增: http://localhost:8080/ajax/role method = POST 删除: http://localhost:8080/ajax/role/{id} method = PUT 修改: http://localhost:8080/ajax/role/{id} method = DELETE 下拉框: http://localhost:8080/ajax/role/select method = GET
User: 列表: http://localhost:8080/ajax/user method = GET 记录: http://localhost:8080/ajax/user/{id} method = GET 新增: http://localhost:8080/ajax/user method = POST 删除: http://localhost:8080/ajax/user/{id} method = PUT 修改: http://localhost:8080/ajax/user/{id} method = DELETE 下拉框: http://localhost:8080/ajax/user/select method = GET
userRole: 列表: http://localhost:8080/ajax/userRole method = GET 记录: http://localhost:8080/ajax/userRole/{id} method = GET 新增: http://localhost:8080/ajax/userRole method = POST 删除: http://localhost:8080/ajax/userRole/{id} method = PUT 修改: http://localhost:8080/ajax/userRole/{id} method = DELETE 下拉框: http://localhost:8080/ajax/userRole/select method = GET
权限Privilege: 列表: http://localhost:8080/ajax/privilege method = GET 记录: http://localhost:8080/ajax/privilege/{id} method = GET 新增: http://localhost:8080/ajax/privilege method = POST 删除: http://localhost:8080/ajax/privilege/{id} method = PUT 修改: http://localhost:8080/ajax/privilege/{id} method = DELETE 下拉框: http://localhost:8080/ajax/privilege/select method = GET
Org: 列表: http://localhost:8080/ajax/org method = GET 记录: http://localhost:8080/ajax/org/{id} method = GET 新增: http://localhost:8080/ajax/org method = POST 删除: http://localhost:8080/ajax/org/{id} method = PUT 修改: http://localhost:8080/ajax/org/{id} method = DELETE 下拉框: http://localhost:8080/ajax/org/select method = GET