mirror of
https://github.com/PlayEdu/backend
synced 2026-03-06 21:00:59 +08:00
素材库优化
This commit is contained in:
@@ -6,6 +6,7 @@ export function resourceList(
|
||||
sortField: string,
|
||||
sortAlgo: string,
|
||||
name: string,
|
||||
type: string,
|
||||
categoryIds: string
|
||||
) {
|
||||
return client.get("/backend/v1/resource/index", {
|
||||
@@ -23,6 +24,7 @@ export function createResource(type: string) {
|
||||
}
|
||||
|
||||
export function storeResource(
|
||||
type: string,
|
||||
categoryId: number,
|
||||
name: string,
|
||||
extension: string,
|
||||
|
||||
Reference in New Issue
Block a user