简要描述:
- 用户登录接口
请求域名:
- http://xx.com
请求URL:
POST/plugin.download-center.frontend.controllers.index.download.details
###参数
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 下载id |
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"id": 3,
"uniacid": 1,
"sort": 4,
"name": "发放3",
"icon": "https://img0.baidu.com/it/u=1937665916,307154246&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=333",
"down_type": 1,
"download_qr": "http://yzhonshop.com/static/upload/image/07ff7ed3f7915c8d2f2a3b86649aab07.jpg",
"must_tag": 1,
"tag_ids": [],
"must_sign": 1,
"scene_id": 1,
"tip": "犯得上地方",
"status": 1,
"created_at": "2024-02-21 18:02:25",
"updated_at": "2024-02-23 11:41:24",
"deleted_at": null,
"contract": {
"contract_name": "下单签署",
"download_contract_url": "http://yzhonshop.com/addons/yun_shop/api.php?i=1&route=plugin.yun-sign.frontend.contract.download-contract&cid=1&type=5&id=1"
}
}
}
错误时返回:
{
"errcode": 500,
"errmsg": "invalid appid"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
icon | string | 图标 |
name | string | 名称 |
tip | string | 下载提示 |
must_sign | int | 0=需要签约;1=需要签约合同 |
download_qr | string | 下载二维码 |
down_type | int | 0=链接下载;1=二维码下载 |
scene_id | int | 场景合同id |
contract | array | 合同信息 |
contract.contract_name | string | 合同名称 |
contract.download_contract_url | string | 合同下载地址 |
备注:
- 更多返回错误代码请看首页的错误代码描述