简要描述:
-付费文档-下载文档
请求域名:
- http://xx.com
请求URL:
plugin.paid-file.api.file.index
请求参数说明:
参数名 | 类型 | 是否必需 | 说明 |
---|---|---|---|
id | int | 是 | 文档id |
返回示例:
正确时返回:
{
"result": 1,
"msg": "success",
"data": {
"file": "https://dev15.yunzmall.com/storage/app/public/paid-file/1683681453_9458.doc"
}
}
错误时返回:
{
"result": 0,
"msg": "请登录",
"data": []
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
file | string | 下载地址 |