素材云批量提交

This commit is contained in:
Lrd
2026-06-26 12:43:13 +08:00
parent b383df8b17
commit 7b37fcfc61
5 changed files with 353 additions and 247 deletions
+4 -1
View File
@@ -431,7 +431,10 @@ export async function getOpenTypeList(params?: {
page_size?: number;
type_name?: string;
open_type?: number;
}): Promise<{ total: number; items: any[] }> {
}): Promise<{
pagination: any;
data: never[];
}> {
const q = new URLSearchParams();
if (params?.page) q.set('page', String(params.page));
if (params?.page_size) q.set('page_size', String(params.page_size));