REQ-2039 url fix

This commit is contained in:
henry 2024-01-16 17:30:38 +08:00
parent 842cb87fa5
commit 6c503d8683

View File

@ -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);
/**