...
|
...
|
@@ -486,24 +486,27 @@ |
|
|
}
|
|
|
|
|
|
```
|
|
|
## 7.批量导商品可售平台
|
|
|
## 7.批量导入商品可售平台
|
|
|
|
|
|
> 接口名: `/batch/import`
|
|
|
|
|
|
### 入参
|
|
|
``` json
|
|
|
{
|
|
|
"type":"salePlatformModify",
|
|
|
"type":"productSalePlatformModify",
|
|
|
"file":"具体文件流"
|
|
|
}
|
|
|
```
|
|
|
-------------------------
|
|
|
|属性名称|类型|例子|说明|是否必填|长度限制|
|
|
|
|--------|----|----|----|-----|----|
|
|
|
|type|String|salePlatformModify|键类型(货到付款)|是|无|
|
|
|
|file|file|下载url为"/common/salePlatform.xlsx"|文件|是|无|
|
|
|
|x-user-id|String|"10023"|申请人ID|是|无|
|
|
|
|x-user-name|String|"qianjun"|申请人|是|无|
|
|
|
|type|String|productSalePlatformModify|键类型(货到付款)|是|无|
|
|
|
|file|file|下载url为"/common/productSalePlatform.xlsx"|文件|是|无|
|
|
|
|productSkn|Integer|51198438|产品SKN号|否|
|
|
|
|salePlatform|int|1|1、线上线下均可售 2、仅线上可售 3、仅线下可售|否|
|
|
|
|storeId|int|1|线下门店Id|否|
|
|
|
|isAutoAllocation|int|0|0、关闭自动生成调拨单状态 1、开启自动生成调拨单状态|否|
|
|
|
|isOnline|int|0|0、不是线上展示 1、是线上展示|否|
|
|
|
---------------------
|
|
|
### 返回
|
|
|
``` json
|
...
|
...
|
@@ -532,4 +535,43 @@ |
|
|
}
|
|
|
|
|
|
```
|
|
|
## 3.导出品牌可售平台设置 xls
|
|
|
> 接口名:`/batch/export`
|
|
|
|
|
|
### 入参
|
|
|
``` json
|
|
|
{
|
|
|
"type":"productSalePlatformExport",
|
|
|
"queryConf":"{
|
|
|
'brandId':12,
|
|
|
'brandName':'test',
|
|
|
'isPayDelivery':1
|
|
|
}"
|
|
|
}
|
|
|
```
|
|
|
-------------------------
|
|
|
|属性名称|类型|例子|说明|
|
|
|
|--------|----|----|----|
|
|
|
|type|String|"productPayDeliveryExport"|导出数据(必须)|
|
|
|
|queryConf|String|"{...}"|查询条件(必须)|
|
|
|
|brandId|int|12|品牌ID(可选)|
|
|
|
|brandName|String|"test"|品牌名(可选)|
|
|
|
|salePlatform|int|1|1、线上线下均可售 2、仅线上可售 3、仅线下可售|否|
|
|
|
|storeId|int|1|线下门店Id|否|
|
|
|
|isAutoAllocation|int|0|0、关闭自动生成调拨单状态 1、开启自动生成调拨单状态|否|
|
|
|
|isOnline|int|0|0、不是线上展示 1、是线上展示|否|
|
|
|
---------------------
|
|
|
|
|
|
### 错误编码
|
|
|
-------------------------
|
|
|
|错误码code|消息|说明|
|
|
|
|----------|----|----|
|
|
|
|500|导出失败||
|
|
|
|200|导出成功||
|
|
|
|
|
|
### 返回 xls表格
|
|
|
-------------------------
|
|
|
|SKN|可售平台|线下门店|自动生成调拨单状态|线上展示|
|
|
|
|----|----|----|----|-----|
|
|
|
|
|
|
|
...
|
...
|
|