账户明细 - 列表
                            
                            创建于 2021-10-17                                                        /
                             2536
                            
                            
                            
                        
                    
                        字体:
                        [默认]
                        [大]
                        [更大]
                    
                简要描述
账户明细列表
接口版本
| 版本号 | 制定人 | 制定日期 | 修订日期 | 
|---|---|---|---|
| 1.0.0 | Devil | 2020-09-29 | 
请求URL
plugins/index&pluginsname=wallet&pluginscontrol=walletlog&pluginsaction=index
请求方式
POST
公共参数
| 参数名 | 是否必须 | 类型 | 默认值 | 描述 | 
|---|---|---|---|---|
| application | 是 | string | web | 请求应用、参考公共中详解 | 
| application_client_type | 是 | string | pc | 请求客户端、参考公共中详解 | 
| token | 否 | string | token | 
请求参数
{
    "page": 1,
    "operation_type": "-1",
    "is_more": 1
}
| 参数名 | 是否必须 | 类型 | 默认值 | 描述 | 
|---|---|---|---|---|
| page | 是 | int | 分页值 | |
| operation_type | 是 | int | 操作类型(-1全部、0减少、1增加) | |
| is_more | 是 | int | 是否更多参数 | 
返回示例
正确时返回
{
    "msg": "success",
    "code": 0,
    "data": {
        "total": 1,
        "page_total": 1,
        "data": [
            {
                "id": "9",
                "user_id": "1",
                "wallet_id": "1336",
                "business_type": "0",
                "money_type": "2",
                "operation_type": "0",
                "operation_money": "10.00",
                "original_money": "10.00",
                "latest_money": "0.00",
                "msg": "admin管理员操作 [ 赠送金额减少10.00元 ]",
                "add_time": "1634467842",
                "user": {
                    "username": "qqqqqq",
                    "nickname": "qqqqqq",
                    "mobile": "",
                    "email": "",
                    "avatar": "https://d1.shopxo.vip/static/index/default/images/default-user-avatar.jpg",
                    "province": "",
                    "city": "",
                    "id": "1",
                    "mobile_security": "",
                    "email_security": "",
                    "user_name_view": "qqqqqq"
                },
                "business_type_name": "系统",
                "operation_type_name": "减少",
                "money_type_name": "赠送",
                "add_time_time": "2021-10-17 18:50:42"
            }
        ]
    }
}
错误时返回
{
    "msg": "error",
    "code": -1,
    "data": []
}
返回参数说明 -> data
| 参数名 | 是否必须 | 类型 | 描述 | 
|---|---|---|---|
| page_total | 是 | int | 分页总数 | 
| total | 是 | int | 数据总数 | 
| data | 是 | array | 数据列表 | 
备注
更多返回错误代码请看首页的错误代码描述
                    1 人点赞过
                
             开发文档
                                    开发文档                                 插件开发文档
                                    插件开发文档                                 API接口文档
                                    API接口文档                                 使用文档
                                    使用文档                                