mirror of
https://github.com/PlayEdu/backend
synced 2026-03-10 18:30:05 +08:00
资源分类
This commit is contained in:
@@ -30,7 +30,7 @@ export function updateResourceCategory(
|
||||
parentId: number,
|
||||
sort: number
|
||||
) {
|
||||
return client.post(`/backend/v1/resource-category/${id}`, {
|
||||
return client.put(`/backend/v1/resource-category/${id}`, {
|
||||
name,
|
||||
parent_id: parentId,
|
||||
sort,
|
||||
|
||||
Reference in New Issue
Block a user