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

getAirConditionConfig 取空调配置信息

时间:2016-05-06 07:04:49      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:

***/api/ashx/service.ashx

POST:

REQUEST

技术分享
{
      "action":"getAirConditionConfig",
      "token":"59ebefa6-214f-4141-a889-4c3e98fbaafd"
}
View Code

RESPONSE:

技术分享
    {
        "data":
        {
            "AppUserKey": "0faa363a-14c4-4a4f-9aa1-4a03044e5e8a",
            "CreatedStamp": "/Date(1462479922125+0800)/",
            "DeviceBrand":
            {
                "BrandName": "brand1",
                "CreatedStamp": "/Date(1462479922125+0800)/",
                "IsImportedDevice": true,
                "ItemType": 1,
                "Key": "d68ac22f-9d0b-4b06-86f2-ded4b74e15c8"
            },
            "DeviceName":
            {
                "CreatedStamp": "/Date(1462479922125+0800)/",
                "ItemType": 1,
                "Key": "b0e1b8ae-0b4c-4031-9ab0-2db437237f68",
                "Name": "device1",
                "NameTag": "tag1"
            },
            "DeviceType":
            {
                "CreatedStamp": "/Date(1462479922125+0800)/",
                "DeviceNameKey": "db5826af-e4ea-4a7b-9ef5-9ef4f0db33e1",
                "IconURL": "https://www.baidu.com/img/bd_logo1.png",
                "ItemType": 1,
                "Key": "b0b86590-3cfb-4ca6-909e-906d7720ea6a",
                "MarketPrice": 245.23,
                "Name": "ABQ-235",
                "NameTag": "aa",
                "RemarkOnAPP": "asdf asdasdf asdfas",
                "RemarkOnReport": "asdgyhasdfsadf",
                "Size": "23*523"
            },
            "ItemType": 1,
            "Key": null,
            "AirConditionSpecialDemand":
            {
                "CreatedStamp": "/Date(1462479922125+0800)/",
                "ItemType": 0,
                "Key": null,
                "IsExternalMachineThroughTopWind": true,
                "IsImportedExternalMachine": false,
                "IsImportedInnerMachine": true,
                "IsWith2ExternalMachine": false,
                "IsWithFloorHeating": true,
                "IsWithLiftPump": false,
                "UserPreferenceDetailKey": null
            }
        },
        "msg": "success",
        "responseCode":
        {
            "msgCode": 200,
            "msgDetail": "OK"
        },
        "serverTime": "2016-05-06 04:25:22",
        "success": true
    }
View Code

 

getAirConditionConfig 取空调配置信息

标签:

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

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