fix method type
This commit is contained in:
parent
ce3b7c643b
commit
6bf11e4f8d
@ -62,14 +62,14 @@ public interface TyrSaasRoleApi {
|
||||
* 根据身份id身份类型查询权限列表(批量)
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("/api/saasRole/queryBatchByIdentityIdType")
|
||||
@PostMapping("/api/saasRole/queryBatchByIdentityIdType")
|
||||
ApiResult<List<QueryBatchByIdentityIdTypeRes>> queryBatchByIdentityIdType(@RequestBody List<QueryByIdentityIdTypeReq> req);
|
||||
|
||||
/**
|
||||
* 根据身份id身份类型查询是否为超管
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("/api/saasRole/isSuperAdmin")
|
||||
@PostMapping("/api/saasRole/isSuperAdmin")
|
||||
ApiResult<List<IsSuperAdminRes>> isSuperAdmin(@RequestBody List<QueryByIdentityIdTypeReq> req);
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user