mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 20:29:39 +08:00
数据结构重构优化
This commit is contained in:
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user