Authored by qianjun

Update product_sale.md

... ... @@ -535,7 +535,7 @@
}
```
## 8.导出品牌可售平台设置 xls
## 8.导出商品可售平台设置 xls
> 接口名:`/batch/export`
### 入参
... ... @@ -574,3 +574,27 @@
|SKN|可售平台|线下门店|自动生成调拨单状态|线上展示|
|----|----|----|----|-----|
## 9.开启或关闭自动生成调拨单状态
> 接口名: '/ProductSaleController/openOrCloseAutoAllocation'
### 入参
-------------------------
|属性名称|类型|例子|说明|
|--------|----|----|----|
|productSkn|Integer|51198438|产品SKN号|否|
|storeId|int|1|线下门店Id|否|
|isAutoAllocation|int|0|0、关闭自动生成调拨单状态 1、开启自动生成调拨单状态|否|
---------------------
### 返回
``` json
{
"code":200,
"message":"请求成功",
"data":
}
```
... ...