Authored by xuhongyun

增加模板下载接口

... ... @@ -31,4 +31,17 @@ http://127.0.0.1:8088/platform/batch/importSeller
},
"message": "处理成功"
}
```
\ No newline at end of file
```
## 2、下载批量新增基础商品模板##
批量新增基础商品(/exceltemplate/download/CreateProductForShops)
#### 请求参数
无,使用get方法直接请求
请求示例
http://127.0.0.1:8088/platform/exceltemplate/download/CreateProductForShops
响应:
通用文件下载
\ No newline at end of file
... ...