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