Page History

Viewtransferrecord

Last edited by 郑超

返回

交易记录详情


URL: 120.92.201.43:8090/Daren/groupManagement/viewTransferRecord.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
fromId String true fromId
toId String true toId
time String true 要查询的时间 格式:2018-06-01

返回格式: JSON


返回格式样例:

{
    "data": {
        "defray": 100, //支出
        "income": 0,  //收入
        "transferRecordList": [
            {
                "fromId": "daren_123554",
                "fromType": 1,
                "iconBean": {
                    "image": "",
                    "nickName": "谷达人",
                    "userId": ""
                },
                "payType": "wjj",
                "recordId": "04df8f1185f041f38581231241",
                "sourceId": "2be1b62b00704b35b10a91c5dca7a055",
                "sourceType": "group_payment",
                "sum": "-100.00",
                "time": "2018-06-01 16:09:16",
                "toId": "123554",
                "toType": 2
            }
        ]
    },
    "errorCode": "0",
    "errorMessage": "成功"
}