简要描述:

  • 我的提成列表

请求域名:

  • http://xx.com

请求URL:

GET:finance.withdraw.withdraw-list

参数(传参没变,和原来一样):

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "查询成功",
    "data": {
        "current_page": 1,
        "data": [
            {
                "id": 131,
                "order_sn": "SN2504122303A357C3",
                "plugins_bonus": 0,
                "day": "2025-04-12",
                "time": "23:03:06",
                "store_id": 5,
                "storename": "门店5",
                "member_id": 511,
                "member_avatar": "http://43.142.236.174/static/images/photo-mr.jpg",
                "member_nickname": "13*******74",
                "settlement_object": "店长",
                "pay_name": "余额",
                "init_price": "100.00",
                "real_price": "100.00",
                "settlement_price": "100.00",
                "settlement_type": "[3]",
                "deduction_ratio": "10.00",
                "settlement_time": 20,
                "amount": "90.00",
                "commission_status": 1,
                "enable_split": 0,
                "split_status": 0,
                "settle_time": "2025-05-02 23:10:03",
                "dividend_amount": 0,
                "income_amount": "90.00",
                "settlement": "已结算",
                "has_one_integration_pay_withdraw": null
            }
        ],
        "first_page_url": "http://43.142.236.174/addons/yun_shop/api.php?page=1",
        "from": 1,
        "last_page": 14,
        "last_page_url": "http://43.142.236.174/addons/yun_shop/api.php?page=14",
        "links": [
            {
                "url": null,
                "label": "« 上一页",
                "active": false
            },
            {
                "url": "http://43.142.236.174/addons/yun_shop/api.php?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": "http://43.142.236.174/addons/yun_shop/api.php?page=2",
                "label": "2",
                "active": false
            },
            {
                "url": "http://43.142.236.174/addons/yun_shop/api.php?page=3",
                "label": "3",
                "active": false
            },
            {
                "url": "http://43.142.236.174/addons/yun_shop/api.php?page=4",
                "label": "4",
                "active": false
            },
            {
                "url": "http://43.142.236.174/addons/yun_shop/api.php?page=5",
                "label": "5",
                "active": false
            },
            {
                "url": "http://43.142.236.174/addons/yun_shop/api.php?page=6",
                "label": "6",
                "active": false
            },
            {
                "url": "http://43.142.236.174/addons/yun_shop/api.php?page=7",
                "label": "7",
                "active": false
            },
            {
                "url": "http://43.142.236.174/addons/yun_shop/api.php?page=8",
                "label": "8",
                "active": false
            },
            {
                "url": "http://43.142.236.174/addons/yun_shop/api.php?page=9",
                "label": "9",
                "active": false
            },
            {
                "url": "http://43.142.236.174/addons/yun_shop/api.php?page=10",
                "label": "10",
                "active": false
            },
            {
                "url": null,
                "label": "...",
                "active": false
            },
            {
                "url": "http://43.142.236.174/addons/yun_shop/api.php?page=13",
                "label": "13",
                "active": false
            },
            {
                "url": "http://43.142.236.174/addons/yun_shop/api.php?page=14",
                "label": "14",
                "active": false
            },
            {
                "url": "http://43.142.236.174/addons/yun_shop/api.php?page=2",
                "label": "下一页 »",
                "active": false
            }
        ],
        "next_page_url": "http://43.142.236.174/addons/yun_shop/api.php?page=2",
        "path": "http://43.142.236.174/addons/yun_shop/api.php",
        "per_page": 10,
        "prev_page_url": null,
        "to": 10,
        "total": 135,
        "thismonth": "4.50",
        "lastweek": "4.50",
        "yesterday": "4.50",
        "today": 0
    }
}

错误时返回:


返回参数 data 说明:

参数名 类型 说明
order_sn string 订单号
amount string 提成金额
created_at string 提成时间
settlement string 提成状态
settlement_object string 结算对象
pay_name string 支付方式
init_price string 初始金额
real_price string 实际支付金额
settlement_price string 提成结算金额
settlement_type string 结算方式
plugins_bonus string 插件分红
deduction_ratio string 平台扣点比例
settlement_time string 结算期
enable_split int 是否分账 0 否 1是
settlement_time string 结算时间
dividend_amount string 支付分账金额
split_status string 分账状态
tranfer_status string 钱包划拨状态
tranfer_amount string 钱包划拨金额
income_status string 收入划拨状态
income_amount string 收入划拨金额

备注: