收支界面-罗列用户支出详情

请求地址: incomeExpenditureDetails/listIncomeExpenditureDetails/{status}

HTTP请求方式: GET

请求参数说明

参数名称 参数类型 参数说明
status String 状态

status: Processing, Success

tradeType: Expense 支出,提现


响应结果示例

{
    "ret_code": 0,
    "ret_values": {
        "content": [
            {
                "id": 1,
                "doctorName": "张琴英", // 医生名称
                "amount": 1, // 金额
                "content": "提现 -1.0 工商银行 尾号5114", // 内容短语
                "status": "处理中", // 处置状态
                "statusColor": "#ed8b1c", // 处理颜色
                "account": "工商银行 6222021001019575114", //账号
                "recordTime": 1463837546000, // 操作时间
                "tradeType": "Expense" // 操作方式
            },
            {
                "id": 2,
                "doctorName": "张琴英",
                "amount": 200,
                "content": "提现 -200.0 招商银行 尾号5332",
                "status": "处理中",
                "statusColor": "#ed8b1c",
                "account": "招商银行 6225768759175332",
                "recordTime": 1463837587000,
                "tradeType": "Expense"
            },
            {
                "id": 3,
                "doctorName": "张琴英",
                "amount": 39,
                "content": "提现 -39.0 工商银行 尾号5114",
                "status": "处理中",
                "statusColor": "#ed8b1c",
                "account": "工商银行 6222021001019575114",
                "recordTime": 1463839401000,
                "tradeType": "Expense"
            },
            {
                "id": 4,
                "doctorName": "张琴英",
                "amount": 399,
                "content": "提现 -399.0 工商银行 尾号5114",
                "status": "处理中",
                "statusColor": "#ed8b1c",
                "account": "工商银行 6222021001019575114",
                "recordTime": 1463839440000,
                "tradeType": "Expense"
            },
            {
                "id": 18,
                "doctorName": "张琴英",
                "amount": 296,
                "content": "提现 -296.0 招商银行 尾号5332",
                "status": "处理中",
                "statusColor": "#ed8b1c",
                "account": "招商银行 6225768759175332",
                "recordTime": 1464009307000,
                "tradeType": "Expense"
            },
            {
                "id": 33,
                "doctorName": "张琴英",
                "amount": 27,
                "content": "提现 -27.0 工商银行 尾号4789",
                "status": "处理中",
                "statusColor": "#ed8b1c",
                "account": "工商银行 621226101020022114789",
                "recordTime": 1464231442000,
                "tradeType": "Expense"
            }
        ],
        "last": true,
        "totalPages": 1,
        "totalElements": 8,
        "size": 20,
        "number": 0,
        "sort": null,
        "first": true,
        "numberOfElements": 8
    }
}

results matching ""

    No results matching ""