1
This commit is contained in:
135090
swagger/param_parser.go.txt
135090
swagger/param_parser.go.txt
File diff suppressed because it is too large
Load Diff
@@ -17207,6 +17207,83 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/sku/UpdateVendorSkuImg": {
|
||||
"put": {
|
||||
"tags": [
|
||||
"sku"
|
||||
],
|
||||
"description": "批量设置商品额外信息",
|
||||
"operationId": "SkuController.批量设置商品额外信息",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "header",
|
||||
"name": "token",
|
||||
"description": "认证token",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "formData",
|
||||
"name": "exPrefix",
|
||||
"description": "商品额外前缀",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "formData",
|
||||
"name": "fromDate",
|
||||
"description": "生效开始时间,格式 2006-01-01",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "formData",
|
||||
"name": "toDate",
|
||||
"description": "生效结束时间,格式 2006-01-01",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "formData",
|
||||
"name": "imgWaterMark",
|
||||
"description": "商品水印图",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "formData",
|
||||
"name": "vendorID",
|
||||
"description": "平台ID",
|
||||
"required": true,
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
{
|
||||
"in": "formData",
|
||||
"name": "storeId",
|
||||
"description": "京西门店ID",
|
||||
"required": true,
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
{
|
||||
"in": "formData",
|
||||
"name": "isAsync",
|
||||
"description": "是否异步",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"in": "formData",
|
||||
"name": "isContinueWhenError",
|
||||
"description": "单个同步失败是否继续,缺省false",
|
||||
"type": "boolean"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "{object} controllers.CallResult"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/store/AddBrand": {
|
||||
"post": {
|
||||
"tags": [
|
||||
@@ -17649,7 +17726,6 @@
|
||||
"in": "query",
|
||||
"name": "notifyUrl",
|
||||
"description": "成功跳转链接(支付宝有,微信没有)",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -11674,6 +11674,59 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{object} controllers.CallResult'
|
||||
/sku/UpdateVendorSkuImg:
|
||||
put:
|
||||
tags:
|
||||
- sku
|
||||
description: 批量设置商品额外信息
|
||||
operationId: SkuController.批量设置商品额外信息
|
||||
parameters:
|
||||
- in: header
|
||||
name: token
|
||||
description: 认证token
|
||||
required: true
|
||||
type: string
|
||||
- in: formData
|
||||
name: exPrefix
|
||||
description: 商品额外前缀
|
||||
type: string
|
||||
- in: formData
|
||||
name: fromDate
|
||||
description: 生效开始时间,格式 2006-01-01
|
||||
required: true
|
||||
type: string
|
||||
- in: formData
|
||||
name: toDate
|
||||
description: 生效结束时间,格式 2006-01-01
|
||||
required: true
|
||||
type: string
|
||||
- in: formData
|
||||
name: imgWaterMark
|
||||
description: 商品水印图
|
||||
type: string
|
||||
- in: formData
|
||||
name: vendorID
|
||||
description: 平台ID
|
||||
required: true
|
||||
type: integer
|
||||
format: int64
|
||||
- in: formData
|
||||
name: storeId
|
||||
description: 京西门店ID
|
||||
required: true
|
||||
type: integer
|
||||
format: int64
|
||||
- in: formData
|
||||
name: isAsync
|
||||
description: 是否异步
|
||||
type: boolean
|
||||
- in: formData
|
||||
name: isContinueWhenError
|
||||
description: 单个同步失败是否继续,缺省false
|
||||
type: boolean
|
||||
responses:
|
||||
"200":
|
||||
description: '{object} controllers.CallResult'
|
||||
/store/AddBrand:
|
||||
post:
|
||||
tags:
|
||||
@@ -11985,7 +12038,6 @@ paths:
|
||||
- in: query
|
||||
name: notifyUrl
|
||||
description: 成功跳转链接(支付宝有,微信没有)
|
||||
required: true
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
|
||||
Reference in New Issue
Block a user