数据结构重构优化

This commit is contained in:
unknown
2023-08-07 12:58:05 +08:00
parent 2a6e451417
commit 0cda0e0a73
7 changed files with 52 additions and 27 deletions

View File

@@ -34,8 +34,8 @@ export function storeCourse(
isRequired: number,
depIds: number[],
categoryIds: number[],
chapters: number[],
hours: number[],
chapters: any[],
hours: any[],
attachments: any[]
) {
return client.post("/backend/v1/course/create", {