文档
测试

查询用户财务数据记录

GET
http://localhost:8080/financeInfo/getUserFinanceInfo

请求参数

参数名
类型
描述
必填
userId
String
必填

返回值

{ "msg": "查询成功!", "success": true, "detail": [ { "userId": "23258427", "content": "研发", "type": "支出", "money": -5000.0, "balance": 95000.0, "time": "2020-06-10 11:05:12" }, { "userId": "23258427", "content": "研发", "type": "收入", "money": 1000.0, "balance": 96000.0, "time": "2020-06-10 17:00:07" } ] }