简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2024-12-31

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
amount_type string 操作对象类型【1=可提现余额,2=余额,3=积分等等,4=在线支付】

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "list": [
            {
                "id": 7,
                "module": "Member",
                "uid": 3,
                "type": 2,
                "amount": 899,
                "remark": "购买vip",
                "created_at": "2024-12-30 11:40:55",
                "amount_msg": "-899",
                "amount_type_msg": "在线支付"
            },
            {
                "id": 6,
                "module": "Member",
                "uid": 3,
                "type": 1,
                "amount": 2,
                "remark": "签到",
                "created_at": "2024-12-27 17:49:23",
                "amount_msg": "+2",
                "amount_type_msg": "积分"
            }
        ],
        "page": 1,
        "pagesize": 10,
        "total": 7
    },
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "验证码错误"
}

返回参数说明:

参数名 类型 说明
id string id
module string 模块
uid string 用户uid
type string 类型【1=加,2=减】
amount string 数量
remark string 备注
created_at string 时间
amount_msg string 数量提示
amount_type_msg string 类型对象提示

备注:

作者:admin  创建时间:2024-12-31 16:29
最后编辑:admin  更新时间:2024-12-31 16:42
上一篇:
下一篇: