简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-07-22

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
page int 页码
pagesize int 条数
type int 类型 1=充值屋装币,2=消费屋装币【多选,则逗号隔开,例如:1

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "list": [
            {
                "record_id": 3,
                "type": 1,
                "title": "充值屋装币",
                "remark": "充值屋装币",
                "price": "100.00",
                "number": 100,
                "create_at": "2020-07-22 19:52:53"
            }
        ],
        "page": 1,
        "pagesize": 1,
        "total": 3"wzb_currency": 10000,
        "uid": 9
    }
}

错误时返回:

{
    "status": 0,
    "msg": "token过期"
}

返回参数说明:

参数名 类型 说明
record_id int 记录id
type int 类型
title string 标题
remark string 备注
create_at string 创建时间
price string 价格
number int 数量
wzb_currency int 屋装币
uid int 用户uid

备注:

作者:admin  创建时间:2020-07-22 20:08
 更新时间:2025-04-01 15:40