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

getCleanWaterConfigs 取净水配置数据

时间:2016-05-09 00:07:53      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:

 

POST

request 1:

技术分享
  {
   "action":"getCleanWaterConfigs",
   "token":"774c190a-f4fa-4f54-8395-42e180e5ae27",
    "requestData":
         {
             "ConfigKey": "32EE9D86-4043-4242-8965-E902D9BB25D2"
     }
}
View Code

response 1:

技术分享
{
    "data": [
        {
            "AppUserKey": null,
            "CreatedStamp": "/Date(1462717931601+0800)/",
            "DeviceBrandKey": "7acc465f-65b7-4f0a-94a3-803768941472",
            "DeviceBrandName": "恬净(中国产)",
            "DeviceType": null,
            "ItemTypeObj": null,
            "Key": "32ee9d86-4043-4242-8965-e902d9bb25d2",
            "TotalBudget": 345.4,
            "CleanWaterDeviceSubList": [
                {
                    "DeviceTypeKey": null,
                    "DeviceTypeName": null,
                    "Key": "b3288ca3-8193-4bc3-ae0d-0cfbdc58675b",
                    "Name": "末端超滤机"
                },
                {
                    "DeviceTypeKey": null,
                    "DeviceTypeName": null,
                    "Key": "504d0db5-e496-4423-987a-382fb7dc5b40",
                    "Name": "末端纯水机"
                },
                {
                    "DeviceTypeKey": null,
                    "DeviceTypeName": null,
                    "Key": "dc3945b5-e6af-4260-ac2b-590a4ea889df",
                    "Name": "中央软水机"
                },
                {
                    "DeviceTypeKey": null,
                    "DeviceTypeName": null,
                    "Key": "848159e3-6332-4f03-a4a4-67b2bc9e249c",
                    "Name": "中央净水器"
                },
                {
                    "DeviceTypeKey": null,
                    "DeviceTypeName": null,
                    "Key": "274510cc-8523-4f22-b7b9-e78049b61b42",
                    "Name": "前置过滤机"
                }
            ],
            "CleanWaterSpecialDemand": {
                "CreatedStamp": "/Date(1462717931601+0800)/",
                "IsToOpenInvoiceTicket": true,
                "Key": "136132dc-77ec-40bb-a50e-0d37ffa29061"
            }
        }
    ],
    "msg": "success",
    "responseCode": {
        "msgCode": 200,
        "msgDetail": "OK"
    },
    "serverTime": "2016-05-08 22:32:11",
    "success": true
}
View Code

 

request 2:

技术分享
  {
   "action":"getCleanWaterConfigs",
   "token":"774c190a-f4fa-4f54-8395-42e180e5ae27"
}
View Code

response 2:

技术分享
{
    "data": [
        {
            "AppUserKey": null,
            "CreatedStamp": "/Date(1462718103054+0800)/",
            "DeviceBrandKey": "7acc465f-65b7-4f0a-94a3-803768941472",
            "DeviceBrandName": "恬净(中国产)",
            "DeviceType": null,
            "ItemTypeObj": null,
            "Key": "32ee9d86-4043-4242-8965-e902d9bb25d2",
            "TotalBudget": 345.4,
            "CleanWaterDeviceSubList": null,
            "CleanWaterSpecialDemand": {
                "CreatedStamp": "/Date(1462718103054+0800)/",
                "IsToOpenInvoiceTicket": true,
                "Key": "136132dc-77ec-40bb-a50e-0d37ffa29061"
            }
        }
    ],
    "msg": "success",
    "responseCode": {
        "msgCode": 200,
        "msgDetail": "OK"
    },
    "serverTime": "2016-05-08 22:35:03",
    "success": true
}
View Code

 

getCleanWaterConfigs 取净水配置数据

标签:

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

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