文档
测试

获取财务日志

GET
/read/financeLog/search

请求参数

参数名
类型
描述
必填
orderNo
string
支付宝支付单号
必填
type
string
账单类型
必填
payType
string
交易类型
必填
operateBy
string
操作者
必填
from
string
开始时间
必填
to
string
结束时间
必填
current
int
当前页
必填
size
int
每页数据
必填

说明 / 示例

```json { "status": 200, "msg": "SUCCESS", "data": { "content": [ { "id": "21060303000006", "uid": 4, "orderNo": "8", "type": "用户充值", "money": 4.0, "balance": 5.0, "payType": "手动充值", "operateBy": "17841541254", "createTime": "2021-06-03 16:40:19" } ], "pageable": { "sort": { "unsorted": true, "sorted": false, "empty": true }, "offset": 0, "pageNumber": 0, "pageSize": 6, "paged": true, "unpaged": false }, "aggregations": null, "scrollId": null, "maxScore": 1.0, "totalElements": 1, "totalPages": 1, "number": 0, "size": 6, "sort": { "unsorted": true, "sorted": false, "empty": true }, "numberOfElements": 1, "first": true, "last": true, "empty": false }, "success": true } ```