mirror of
https://github.com/certd/certd.git
synced 2026-04-15 05:00:52 +08:00
chore: project approve
This commit is contained in:
@@ -66,12 +66,10 @@ export async function GetUserSimpleByIds(query: any) {
|
||||
});
|
||||
}
|
||||
|
||||
export async function ApproveJoin(id: any) {
|
||||
export async function ApproveJoin(form: any) {
|
||||
return await request({
|
||||
url: "/enterprise/project/approveJoin",
|
||||
method: "post",
|
||||
data: {
|
||||
id,
|
||||
},
|
||||
data: form,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user