feat(REQ-3010): 请求类型调整
This commit is contained in:
parent
3eaa81f435
commit
de0b6d1b80
@ -11,6 +11,7 @@ import cn.axzo.tyr.client.model.res.SuperAminInfoResp;
|
|||||||
import cn.azxo.framework.common.model.CommonResponse;
|
import cn.azxo.framework.common.model.CommonResponse;
|
||||||
import org.springframework.cloud.openfeign.FeignClient;
|
import org.springframework.cloud.openfeign.FeignClient;
|
||||||
import org.springframework.validation.annotation.Validated;
|
import org.springframework.validation.annotation.Validated;
|
||||||
|
import org.springframework.web.bind.annotation.GetMapping;
|
||||||
import org.springframework.web.bind.annotation.PostMapping;
|
import org.springframework.web.bind.annotation.PostMapping;
|
||||||
import org.springframework.web.bind.annotation.RequestBody;
|
import org.springframework.web.bind.annotation.RequestBody;
|
||||||
|
|
||||||
@ -59,7 +60,7 @@ public interface SaasRoleApi {
|
|||||||
@PostMapping("api/saas/role/findSuperAdmin")
|
@PostMapping("api/saas/role/findSuperAdmin")
|
||||||
CommonResponse<SuperAminInfoResp> findSuperAdmin(@RequestBody @Valid QuerySuperAdminReq req);
|
CommonResponse<SuperAminInfoResp> findSuperAdmin(@RequestBody @Valid QuerySuperAdminReq req);
|
||||||
|
|
||||||
@PostMapping("api/saas/role/listUserRoleExByParams")
|
@GetMapping("api/saas/role/listUserRoleExByParams")
|
||||||
CommonResponse<List<SaasUserRoleExBO>> getUserRoleExListMapByIdentityIdAndWorkspaceId(List<Long> identityIds,
|
CommonResponse<List<SaasUserRoleExBO>> getUserRoleExListMapByIdentityIdAndWorkspaceId(List<Long> identityIds,
|
||||||
IdentityType identityType,
|
IdentityType identityType,
|
||||||
Long workspaceId);
|
Long workspaceId);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user