REQ-2039 url fix
This commit is contained in:
parent
842cb87fa5
commit
6c503d8683
@ -130,7 +130,7 @@ public interface TyrSaasRoleApi {
|
||||
/**
|
||||
* 通过角色GroupCode查询标准角色
|
||||
*/
|
||||
@GetMapping("/api/saasRole/queryByCategoryCode")
|
||||
@GetMapping("/api/saasRole/queryByCodes")
|
||||
ApiResult<List<SaasRoleGroupCodeVO>> queryByCodes(@RequestParam("codes") List<String> codes);
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user