# 获取资金流水详情

# 接口调用请求说明

http请求方式:POST
https://api.weixin.qq.com/channels/ec/league/funds/getfundsflowdetail?access_token=xxxxxxxxx

# 请求参数示例

{
    "flow_id":"10000035906221212"
}

# 回包示例

{
    "errcode": 0,
    "errmsg": "ok",
    "funds_flow": {
        "amount": 2,
        "balance": 30738,
        "bookkeeping_time": "2022-12-12 16:43:16",
        "flow_id": "10000035906221212",
        "flow_type": 2,
        "funds_type": 3,
        "related_info_list": [
            {
                "aftersale_id": "1900986873273849",
                "related_type": "RelatedType_AfterSale",
                "transaction_id": "4200001612202211101760510295"
            },
            {
                "order_id": "3707360208736617728",
                "related_type": "RelatedType_Order",
                "transaction_id": "4200001612202211101760510295"
            }
        ],
        "remark": "退款总金额0.02元;含手续费0.00元"
    }
}

# 请求参数说明

参数 类型 是否必填 说明
flow_id string 流水id

# 回包参数说明

参数 类型 说明
errcode number 错误码
errmsg string 错误信息
funds_flow Object 流水信息

# FundsFlow

参数 类型 说明
flow_id string 流水id
funds_type number 资金类型,见FundsType
flow_type number 流水类型, 1 收入,2 支出
amount number 流水金额
balance number 余额(分)
related_info_list Array 流水关联信息
bookkeeping_time string 记账时间
remark string 备注

# RelatedInfo

参数 类型 说明
related_type number 关联类型, 1 订单, 2售后,3 提现,4 运费险
order_id string 关联订单号
aftersale_id string 关联售后单号
withdraw_id string 关联提现单号
bookkeeping_time string 记账时间
insurance_id string 关联运费险单号
transaction_id string 关联支付单号

# FundsType

枚举值 含义
1 订单支付收入
2 订单手续费
3 退款
4 提现
5 提现失败退票
6 导购分账
7 联盟分账
8 运费险分账
9 联盟平台抽佣
10 小店抽佣
99 分账

# 错误码

错误码 错误信息
10021302 暂无数据