操作栏添加浮动操作,对接授权账户列表

This commit is contained in:
Lrd
2026-06-30 09:15:29 +08:00
parent b21f35582e
commit 67c2484b8d
9 changed files with 811 additions and 41 deletions
+1 -1
View File
@@ -743,4 +743,4 @@ export async function deleteOAuthAccount(params: DeleteOAuthAccountParams): Prom
// 获取用户全部授权账户列表
export async function getAllOAuthAccountList(): Promise<any> {
return api.post(`/upload-material/oauth_account_list`);
}
}