码迷,mamicode.com
首页 > Windows程序 > 详细

getNewWindConfigs 取新风数据

时间:2016-05-08 23:54:33      阅读:327      评论:0      收藏:0      [点我收藏+]

标签:

POST

 

REQUEST 1:

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

Response 1:

技术分享
{
    "data": [
        {
            "AppUserKey": null,
            "CreatedStamp": "/Date(1462718259304+0800)/",
            "DeviceBrandKey": "d518e553-7085-408a-885a-dca5fe29bf27",
            "DeviceBrandName": "普瑞泰",
            "DeviceType": null,
            "ItemTypeObj": null,
            "Key": "d1ca609b-9dbe-4e2c-9683-bbda3387f86a",
            "TotalBudget": 976.3,
            "NewWindSpecialDemand": {
                "CreatedStamp": "/Date(1462718259304+0800)/",
                "IsToOpenInvoiceTicket": true,
                "Key": "9470f42b-2094-4ce9-9538-4b64df70e6bd",
                "IsToRemovePM2_5": false
            }
        }
    ],
    "msg": "success",
    "responseCode": {
        "msgCode": 200,
        "msgDetail": "OK"
    },
    "serverTime": "2016-05-08 22:37:39",
    "success": true
}
View Code

 

request 2: 

技术分享
  {
   "action":"getNewWindConfigs",
   "token":"774c190a-f4fa-4f54-8395-42e180e5ae27",
    "requestData":{
          "ConfigKey":"D3CA609B-9DBE-4E2C-9683-BBDA3387F86A"
      }
}
View Code

response 2:

技术分享
{
    "data": [
        {
            "AppUserKey": null,
            "CreatedStamp": "/Date(1462720021023+0800)/",
            "DeviceBrandKey": "d518e553-7085-408a-885a-dca5fe29bf27",
            "DeviceBrandName": "普瑞泰",
            "DeviceType": null,
            "ItemTypeObj": null,
            "Key": "d3ca609b-9dbe-4e2c-9683-bbda3387f86a",
            "TotalBudget": 23.57,
            "NewWindSpecialDemand": {
                "CreatedStamp": "/Date(1462720021023+0800)/",
                "IsToOpenInvoiceTicket": false,
                "Key": "8741e766-2bfc-45b0-86d7-1e7e9876b608",
                "IsToRemovePM2_5": false
            }
        },
        {
            "AppUserKey": null,
            "CreatedStamp": "/Date(1462720021023+0800)/",
            "DeviceBrandKey": "d518e553-7085-408a-885a-dca5fe29bf27",
            "DeviceBrandName": "普瑞泰",
            "DeviceType": null,
            "ItemTypeObj": null,
            "Key": "d1ca609b-9dbe-4e2c-9683-bbda3387f86a",
            "TotalBudget": 976.3,
            "NewWindSpecialDemand": {
                "CreatedStamp": "/Date(1462720021023+0800)/",
                "IsToOpenInvoiceTicket": true,
                "Key": "9470f42b-2094-4ce9-9538-4b64df70e6bd",
                "IsToRemovePM2_5": false
            }
        }
    ],
    "msg": "success",
    "responseCode": {
        "msgCode": 200,
        "msgDetail": "OK"
    },
    "serverTime": "2016-05-08 23:07:01",
    "success": true
}
View Code

 

getNewWindConfigs 取新风数据

标签:

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

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