|
@@ -337,11 +337,5 @@ public interface IPartyRoleService {
|
|
|
@RequestMapping(value = "/getButtons", method = RequestMethod.POST )
|
|
@RequestMapping(value = "/getButtons", method = RequestMethod.POST )
|
|
|
public APIResult<Object> getButtons(@RequestParam(name = "authId", required = true)String authId);
|
|
public APIResult<Object> getButtons(@RequestParam(name = "authId", required = true)String authId);
|
|
|
|
|
|
|
|
- /**
|
|
|
|
|
- * 修改按钮权限
|
|
|
|
|
- *
|
|
|
|
|
- */
|
|
|
|
|
- @RequestMapping(value = "/setButton", method = RequestMethod.POST )
|
|
|
|
|
- public APIResult<Void> setButton(@RequestBody(required = true)Map<String,Object> map);
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|