下载文件到Saved/Download下
输入
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
URL | string | 是 | — | — |
tag | string | 是 | — | — |
调用
typescript
piclient.emit("general.httpDownload",{
URL: "",
tag: "",
})
下载文件到Saved/Download下
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
URL | string | 是 | — | — |
tag | string | 是 | — | — |
piclient.emit("general.httpDownload",{
URL: "",
tag: "",
})