POST
REQUEST 1:
{ "action":"getNewWindConfigs", "token":"774c190a-f4fa-4f54-8395-42e180e5ae27" }
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 }
request 2:
{ "action":"getNewWindConfigs", "token":"774c190a-f4fa-4f54-8395-42e180e5ae27", "requestData":{ "ConfigKey":"D3CA609B-9DBE-4E2C-9683-BBDA3387F86A" } }
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 }
时间: 2024-10-12 15:00:29