获取分类列表
GET
http://localhost:8080/api/broadcast/category/list.do
接口描述
获取包含有分页信息的分类列表
响应参数
参数名
类型
描述
必填
autoCount
boolean
是否开启自动计数,示例:true
必填
first
int
示例:1
必填
hasNext
boolean
是否有下一页,示例:true
必填
hasPre
boolean
是否有上一页,示例:false
必填
last
int
最后一页页号,示例:11
必填
nextPage
int
下一页页号,示例:2
必填
order
string
示例:
必填
orderBy
string
示例:
必填
orderBySetted
boolean
示例:false
必填
pageNo
int
当前页号,示例:1
必填
pageSize
int
当前页面所容纳的对象数量,示例:10
必填
prePage
int
上一页页号,示例:1
必填
id
int
分类主键id,示例:19
必填
parentId
int
父级类别id,示例:0
必填
name
string
分类名称,示例:减肥
必填
remarks
string
描述,示例:不吃了
必填
sequence
int
序号,示例:43
必填
createDate
string
创建时间,示例:2020-06-03 18:01:25
必填
totalCount
int
返回的对象总数量,示例:17
必填
totalPages
int
返回的对象总页数,示例:2
必填
executeStatus
int
示例:0
必填