Commit bd58c187 by zhengyunfei

备案号添加,服务启用停用接口添加

parent 60d51d18
......@@ -95,7 +95,7 @@ public class AdminController {
return adminService.abolishAdmin(admin);
}
@RequestMapping(value = "/editPermissions", method = RequestMethod.POST)
@RequestMapping(value = "/editPermissions", method = RequestMethod.GET)
@ResponseBody
public Result editPermissions(Integer type) {
return adminService.editPermissions(type);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment