Merge branch 'feature/REQ-2046-yh' into 'feature/REQ-2046'
REQ-2039 url fix See merge request universal/infrastructure/backend/tyr!21
This commit is contained in:
commit
4b64fa9d3f
@ -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