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

getMyTransactionList 取我的交易记录 V2

时间:2016-06-18 19:54:32      阅读:312      评论:0      收藏:0      [点我收藏+]

标签:

request

技术分享
{
      "action":"getMyTransactionList",
      "token":"dfdf42fb-b623-4da9-8130-19b0fc0e63c2", 
      "isDebug":1,
      "requestData": {
        "PageSize":3,
        "PageIndex":0   
    }
}
View Code

response:

技术分享
{
    "data": {
        "List": [
            {
                "AppUserKey": null,
                "ClientProjectAddress": {
                    "Cellphone": null,
                    "IndexNo": 0,
                    "Key": "6b8ea989-0748-49ab-9f88-d17e8a4f70b8",
                    "ProjectAddress": "上海市宝山区共富路64号12室1",
                    "RealName": "李四"
                },
                "CreatedStamp": "/Date(1466248194461+0800)/",
                "CreatedStampDisplay": "2016-06-18 14:55:24",
                "House": null,
                "Key": "9434a6db-0771-4a5e-8333-a3a948c10427",
                "ProjectNo": "30",
                "ReportStatus": 4,
                "Summarys": null,
                "TotalBudget": 0
            }
        ],
        "SummaryRecord": {
            "PageIndex": 0,
            "PageSize": 3,
            "TotalPageCount": 1,
            "TotalRecordCount": 1
        }
    },
    "msg": "success",
    "responseCode": {
        "msgCode": 200,
        "msgDetail": "OK"
    },
    "serverTime": "2016-06-18 19:09:54",
    "success": true
}
View Code

 

getMyTransactionList 取我的交易记录 V2

标签:

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

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