根据typeno查看数据字典数据项
GET
/admin/baseinfo/datadict/api/getlist
请求头
参数名
类型
描述
必填
Cookie
String
必填
请求参数
参数名
类型
描述
必填
page
int
当前页码
必填
limit
int
每页显示条数
必填
typeno
string
数据字典分类编号
必填
响应参数
参数名
类型
描述
必填
page
int
当前页码
必填
pageSize
int
每页显示条数
必填
records
int
总记录数
必填
total
int
总页数
必填
size
int
当前页有多少条数据
必填
typeno
string
数据字典分类编号。示例:adposition
必填
orderindex
int
排序,越小越往前展示。示例:100
必填
text
string
示例:测试
必填
rid
int
自增id。示例:3596
必填
remark1
string
备注。示例:
必填
key
string
值。示例:测试
必填
hasNextPage
boolean
是否还有下一页,false--没有下一页,true--有下一页,示例:false
必填