文档
测试

组件更新记录列表

GET
/front/getComponUpdateRecordPager

接口描述

组件更新记录

请求头

参数名
类型
描述
必填
Authorization
String
用户token
必填

请求参数

参数名
类型
描述
必填
pager
Object
必填
current
Integer
当前页
必填
size
Integer
分页大小
必填
params
Object
必填
id
Integer
id
必填
componentId
String
组件id
必填
sourcePath
String
源码路径(模糊匹配)
必填
version
String
版本号(模糊匹配)
必填

响应参数

参数名
类型
描述
必填
status
Integer
状态值(200成功,其他均为失败)
必填
error
String
失败原因
必填
payload
Object
必填
pager
Object
必填
current
Integer
当前页
必填
size
Integer
分页大小
必填
total
Integer
总数
必填
record
List
必填
id
Integer
记录id
必填
sourcePath
String
源码路径
必填
version
String
版本号
必填
componentId
Integer
组件id
必填
message
integer
必填