http://localhost:2448/api/ashx/service.ashx
POST
request:
{ "action":"getMyOrderListV2", "token":"4056b02d-912e-4ab5-869d-8e3c34f610f1", "isDebug":1, "requestData": { "PageSize":3, "PageIndex":0 /* start from 0 */ } }
response:
{ "data": { "List": [ { "AppUserKey": null, "ClientProjectAddress": { "Cellphone": null, "IndexNo": 0, "Key": "b6206def-31d8-4ab9-81d2-c294acc09cc1", "ProjectAddress": "上海市宝山区共富路64号12室", "RealName": "李四" }, "CreatedStamp": "/Date(1466225368458+0800)/", "CreatedStampDisplay": "2016-06-17 22:09:13", "House": null, "Key": "9c576e24-2f48-407a-99f7-802007cd7a49", "ProjectNo": "27", "ReportStatus": 1, "Summarys": null, "TotalBudget": 0 } ], "SummaryRecord": { "PageIndex": 0, "PageSize": 3, "TotalPageCount": 1, "TotalRecordCount": 1 } }, "msg": "success", "responseCode": { "msgCode": 200, "msgDetail": "OK" }, "serverTime": "2016-06-18 12:49:28", "success": true }
说明:
1) 原 getMyOrderList 将马上被丢弃 (前端调通后)
2) 进入我的订单详情时,传参的值来自于
"Key": "9c576e24-2f48-407a-99f7-802007cd7a49"
3) 其它,参考 我的报价列表 V2: http://www.cnblogs.com/jwiter/p/5595658.html
(结束)
时间: 2024-10-24 04:52:59