Authored by qianjun

Update brand_sale.md

... ... @@ -69,4 +69,42 @@
},
"message": "操作成功"
}
```
\ No newline at end of file
```
## 3.导出品牌可售平台设置 xls
> 接口名:`/batch/export`
### 入参
``` json
{
"type":"brandSalePlatformExport",
"queryConf":"{
'brandId':12,
'brandName':'test',
'isPayDelivery':1
}"
}
```
-------------------------
|属性名称|类型|例子|说明|
|--------|----|----|----|
|type|String|"brandPayDeliveryExport"|导出数据(必须)|
|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表格
-------------------------
|品牌|可售平台(1、线上线下均可售 2、仅线上可售 3、仅线下可售)|storeId(线下门店Id|isAutoAllocation(0、关闭自动生成调拨单状态 1、开启自动生成调拨单状态)|isOnline(0、不是线上展示 1、是线上展示)
|----|----|
... ...