简要描述:
机主设备图片链接
请求域名:
- http://xx.com
请求路由:
route=plugin.water-machine.frontend.business.device.download-code
请求参数说明:
参数名 | 类型 | 是否必需 | 说明 |
---|---|---|---|
id | string | 是 | 设备id |
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": "http://shop/storage/app/public/yz-supply-water-machine/2/qr_code_h5/id_1/60a5fff4930c0ec9772147961a7b84b4.png"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
data | string | 图片链接 |