码迷,mamicode.com
首页 > 其他好文 > 详细

getDeviceTypeShort 取简化版的设备型号数据

时间:2016-06-03 01:19:32      阅读:327      评论:0      收藏:0      [点我收藏+]

标签:

post

 

request: (比如:净水品牌下拉框 选中的是 恬净 )

技术分享
{
    "action": "getDeviceTypeShort",
    "token": "0e89c053-3039-4888-a930-1368ff3350c5",
    "isDebug": 1,
    "requestData": {
        "DeviceBrandKey": "7ACC465F-65B7-4F0A-94A3-803768941472",
        "DeviceNameTag": "TerminalFilterMachine",
        "ItemType": "CleanWater"
    }
}
View Code

response:

技术分享
{
    "data": [
        {
            "DeviceType": "TZ-A",
            "DeviceTypeKey": "d8ea3248-5c8b-441b-8afe-ba4401c7c889",
            "Remark": "流量:1.0-1.5L/Min;总净水量:4000L;无须电源及下水道,厨下安装"
        },
        {
            "DeviceType": "TZ-B",
            "DeviceTypeKey": "409dd895-1202-4ee5-a808-46cff053fb26",
            "Remark": "流量1.5-2.0L/Min;总净水量:4000L;无须电源及下水道,厨下安装"
        }
    ],
    "msg": "success",
    "responseCode": {
        "msgCode": 200,
        "msgDetail": "OK"
    },
    "serverTime": "2016-06-03 00:43:56",
    "success": true
}
View Code

request: (比如:净水品牌选中了 舒孚特)

技术分享
{
    "action": "getDeviceTypeShort",
    "token": "0e89c053-3039-4888-a930-1368ff3350c5",
    "isDebug": 1,
    "requestData": {
        "DeviceBrandKey": "B0C86B97-3283-4486-873D-815AA9B1F6ED",
        "DeviceNameTag":"TerminalFilterMachine",
        "ItemType": "CleanWater"
    }
}
View Code

response:

技术分享
{
    "data": [
        {
            "DeviceType": "SOF-POU-1",
            "DeviceTypeKey": "fd3bbefa-5f03-43d5-b90b-84b236e8f31e",
            "Remark": "2升/分钟;厨下安装;无须预留水电"
        },
        {
            "DeviceType": "SOF-POU-3",
            "DeviceTypeKey": "22855255-c929-4f7d-a0af-e2e19d1f2b86",
            "Remark": "2升/分钟;厨下安装;无须预留水电"
        },
        {
            "DeviceType": "SOF-POU-2",
            "DeviceTypeKey": "ef086a62-f70e-49d2-872b-cce1ab30624d",
            "Remark": "2升/分钟;厨下安装;无须预留水电"
        }
    ],
    "msg": "success",
    "responseCode": {
        "msgCode": 200,
        "msgDetail": "OK"
    },
    "serverTime": "2016-06-03 00:52:10",
    "success": true
}
View Code

 

 

备注:

1) DeviceNameTag:

 ‘末端超滤机‘: ‘TerminalFilterMachine‘
 ‘末端纯水机‘ :‘TerminalPureWaterMachine‘
 ‘中央软水机‘: ‘CenterSoftWaterMachine‘
 ‘中央净水机‘: ‘CenterCleanWaterMachine‘
 ‘前置过滤器‘: ‘PreFilterMachine‘

 2)  ItemType:   http://www.cnblogs.com/jwiter/p/5451043.html

getDeviceTypeShort 取简化版的设备型号数据

标签:

原文地址:http://www.cnblogs.com/jwiter/p/5554917.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!