## 基本信息 接口名称:积分明细 接口路径:GET/user/score/list Mock地址:http://106.52.144.247:3000/mock/249/user/score/list ## 请求参数 ### Query: | 参数名称 | 是否必须 | 示例 | 备注 | | :------- | :------- | :--- | :--- | | page | 是 | | 页码 | ## 返回数据 | 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 | | :-------------- | :-------- | :------- | :----- | :------------------- | :-------------------- | | code | number | 非必须 | | | | | msg | string | 非必须 | | | | | +data | object | 非必须 | | | | | +list | object [] | 非必须 | | | **item 类型:** object | | id | number | 必须 | | | | | type | number | 必须 | | 类型:1=收入,2=支出 | | | score | number | 必须 | | 变动积分 | | | desc | string | 必须 | | 描述 | | | created_at | number | 必须 | | 添加事件 | | | count | number | 非必须 | | | | | page | number | 非必须 | | | | | page_size | number | 非必须 | | | | | sql | string [] | 非必须 | | | **item 类型:** string | | | | 非必须 | | | | | +pagination | object | 非必须 | | | | | pageParam | string | 非必须 | | | | | pageSizeParam | string | 非必须 | | | | | forcePageParam | boolean | 非必须 | | | | | route | null | 非必须 | | | | | params | null | 非必须 | | | | | urlManager | null | 非必须 | | | | | validatePage | boolean | 非必须 | | | | | totalCount | number | 非必须 | | | | | defaultPageSize | number | 非必须 | | | | | +pageSizeLimit | number [] | 非必须 | | | **item 类型:** number | | | | 非必须 | | | | | page_count | number | 非必须 | | | |