可信代码库-组织管理组织列表接口对接

This commit is contained in:
付民康
2025-04-01 09:28:21 +08:00
parent de237799c7
commit a81143c4c8
2 changed files with 115 additions and 3 deletions

View File

@@ -45,4 +45,10 @@ export function deleteOrganizationMemberApi(params: { groupId: number, username:
});
}
export function getGroupjoinedListApi(params: { groupId: number }): Promise<UnitRes<any>> {
return request({
url: `/api/v1/group/joined/list`,
method: 'get',
params,
});
}