Showing
1 changed file
with
20 additions
and
0 deletions
@@ -477,4 +477,24 @@ | @@ -477,4 +477,24 @@ | ||
477 | "message": "Product Price update success." | 477 | "message": "Product Price update success." |
478 | } | 478 | } |
479 | 479 | ||
480 | +``` | ||
481 | + | ||
482 | + | ||
483 | + | ||
484 | +## 下载文件 | ||
485 | + | ||
486 | +> 接口名: '/batch/download' | ||
487 | + | ||
488 | +### 入参 | ||
489 | + | ||
490 | +------------------------- | ||
491 | +|属性名称|类型|例子|说明| | ||
492 | +|--------|----|----|----| | ||
493 | +|path|字符串|文件链接|必填| | ||
494 | +--------------------- | ||
495 | + | ||
496 | +### 返回 | ||
497 | + | ||
498 | +``` | ||
499 | +文件流 | ||
480 | ``` | 500 | ``` |
-
Please register or login to post a comment