Authored by qianjun

Update brand_sale.md

... ... @@ -108,3 +108,34 @@
-------------------------
|品牌|可售平台|线下门店|自动生成调拨单状态|线上展示|
|----|----|----|----|-----|
## 4.获取线下门店列表
> 接口名: '/StoreController/getStoreInfoList'
### 入参
-------------------------
|属性名称|类型|例子|说明|
|--------|----|----|----|
---------------------
### 返回
``` json
{
"code":200,
"message":"请求成功",
"data": [
{
// 门店ID
"id": 1,
// 门店名称
"storeName":""
}
]
}
```
... ...