简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-06-11

请求URL:

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
token string 授权凭证

请求参数:

参数名 是否必须 类型 说明
module string 模块
page string 页码
pagesize string 条数

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "success",
    "data": {
        "list": [
            {
                "id": 9,
                "uid": 16,
                "user_payment_type": "wechat",
                "withdrawal_amount": "1000.00",
                "transfer_amount": "950.00",
                "fee": "50.00",
                "check_note": null,
                "pz_img": "",
                "refuse_reason": "",
                "check_status": 0,
                "transfer_status": 0,
                "created_at": "2020-12-30 15:31:41"
            }
        ],
        "page": 1,
        "pagesize": 1,
        "total": 7
    }
}

错误时返回:

返回参数:

备注:

作者:admin  创建时间:2020-12-24 18:13
 更新时间:2025-04-01 15:40