feat(studio.resource): 移除了不需要响应的排序字段

This commit is contained in:
李东云
2022-08-30 11:03:24 +08:00
parent f4c11c4dad
commit 2f99ce2461

View File

@@ -38,7 +38,6 @@ class Grayscale extends JsonResource
'nameEn' => $this->nameEn,
'path' => $this->path,
'pathPreview' => $this->pathPreview,
'sort' => $this->sort,
];
}
}