|
@@ -41,7 +41,7 @@ public class WebRoleController {
|
|
|
return ApiResult.success();
|
|
|
}
|
|
|
|
|
|
- @GetMapping("/queryList")
|
|
|
+ @PostMapping("/queryList")
|
|
|
@Operation(summary = "获取角色列表")
|
|
|
public ApiResult<List<RoleListDTO>> roleList(@RequestBody @Valid QueryRoleParam param) {
|
|
|
List<RoleListDTO> roleList = webGateway.roleList(param);
|