文档
测试

余额记录查询

GET
/api/yxUserBalanceRecordController/list

请求参数

参数名
类型
描述
必填
date
string
YYYY-MM-DD
必填
limit
必填
page
必填

说明 / 示例

{ "data": { "current": 0, "pages": 0, "records": [ { "balance": 0, "category": "", "createTime": 123, "id": 0, "isDel": 0, "mark": "", "number": 0, "pm": 0, "status": 0, "title": "", "type": "", "uid": 0, "updateTime": 123 } ], "searchCount": true, "size": 0, "total": 0 }, "msg": "", "status": 0, "success": true, "time": "", "total": 0 }