文档
测试

更具时间计算用户记账记录

POST
http://192.168.1.192:9091/label/v1.0/api/byTime/list

请求参数

参数名
类型
描述
必填
startTime
string
示例:2022-11-08 开始时间
必填
endTime
string
示例:2022-11-11 结束时间
必填
type
string
示例:1 1:支出 2:收入
必填
pageNum
string
示例:1 页数
必填
pageSize
string
示例:1 数量
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
array
数据列表
必填
id
int
示例:2
必填
userId
int
示例:1229770 //用户id
必填
createTime
string
示例:2022-11-09 18:12:09 //创建时间
必填
updateTime
string
示例:2022-11-09 18:12:09 //修改时间
必填
money
BigDecimal
示例:13.06 //金额
必填
type
int
示例:1 //1:支出 2:收入
必填
labelId
int
示例:8 //一级标签id
必填
subLabelId
int
示例:80 //二级标签id
必填
status
int
示例:1
必填
label
object
数据字典 //一级标签
必填
id
int
示例:8 //一级标签id
必填
name
string
示例:7 //一级标签名称
必填
url
string
示例:https://mikasource.hengqifeng.com/bookkeep/label/url/1667802755181.png //一级标签url
必填
type
int
示例:1 //1:支出 2:收入
必填
languageId
int
示例:6 //话术id
必填
robotId
int
示例:8 //机器人id
必填
sort
int
示例:38
必填
createTime
string
示例:2022-11-07 14:32:35
必填
updateTime
string
示例:2022-11-07 14:32:35
必填
status
int
示例:1
必填
systemType
int
示例:1 //1:系统标签 2:用户自定义标签
必填
userId
int
示例:null //用户id
必填
checkUrl
string
示例:null //一级标签选中url
必填
labelIconId
int
示例:null //标签图标id
必填
message
string
示例:操作成功
必填

说明 / 示例

{ "code": 200, "data": [ { "id": 2, // "userId": 1229770, //用户id "createTime": "2022-11-09 18:12:09", "updateTime": "2022-11-09 18:12:09", //修改时间 "money": 13, //金额 "type": 1, //1:支出 2:收入 "labelId": 8, //一级标签id "subLabelId": 80, //二级标签id "status": 1, "label": { //一级标签 "id": 8, "name": "7", //标签名称 "url": "https://mikasource.hengqifeng.com/bookkeep/label/url/1667802755181.png", //一级标签url "type": 1, "languageId": 6, "robotId": 8, "sort": 38, "createTime": "2022-11-07 14:32:35", "updateTime": null, "status": 1, "systemType": 1, "userId": null, "checkUrl": null, "labelIconId": null } }, { "id": 1, "userId": 1229770, "createTime": "2022-11-09 17:47:43", "updateTime": "2022-11-09 17:47:43", "money": 13, "type": 1, "labelId": 8, "subLabelId": 80, "status": 1, "label": { "id": 8, "name": "7", "url": "https://mikasource.hengqifeng.com/bookkeep/label/url/1667802755181.png", "type": 1, "languageId": 6, "robotId": 8, "sort": 38, "createTime": "2022-11-07 14:32:35", "updateTime": null, "status": 1, "systemType": 1, "userId": null, "checkUrl": null, "labelIconId": null } } ], "message": "操作成功" }