简要描述:
家用水机-设备类型
请求域名:
- http://xx.com
请求路由:
GET/&route=plugin.yz-supply-home-water-machin.frontend.goods.goods.getDeviceTypes
请求参数说明:
| 参数名 | 类型 | 是否必需 | 说明 |
|---|---|---|---|
| goods_type | int | 否 | 1设备商品,2滤芯 3续费 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "获取设备类型成功",
"data": [
{
"id": 1,
"name": "测试设备类型",
"image": null
}
]
}
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|