This commit is contained in:
邹宗楠
2026-01-29 09:30:03 +08:00
parent 9a804f32be
commit 5faf0dc1ff
7 changed files with 72918 additions and 72711 deletions

View File

@@ -15317,6 +15317,35 @@
}
}
},
"/sku/DeleteVendorSkuImg": {
"put": {
"tags": [
"sku"
],
"description": "删除已经存在文件",
"operationId": "SkuController.删除已经存在文件",
"parameters": [
{
"in": "header",
"name": "token",
"description": "认证token",
"required": true,
"type": "string"
},
{
"in": "formData",
"name": "name",
"description": "文件名称",
"type": "string"
}
],
"responses": {
"200": {
"description": "{object} controllers.CallResult"
}
}
}
},
"/sku/GetCategories": {
"get": {
"tags": [