文档
测试

查看码分类列表

GET
127.0.0.1:8888/ypym-admin/act/categoryList

接口描述

分类列表

请求头

参数名
类型
描述
必填
token
String
授权Token
必填

请求参数

参数名
类型
描述
必填
page
Integer
查询页数
必填
limt
Integer
查询数量
必填

响应参数

参数名
类型
描述
必填
code
Integer
响应代码(200=请求成功, 300=缺少参数, 400=权限不足, 500=程序错误)
必填
msg
String
响应描述
必填
data
List
响应数据
必填
categoryId
String
分类ID
必填
categoryName
String
分类名称
必填
categoryType
Integer
分类类型
必填
CodePrefix
String
码前缀
必填
CodeType
Integer
码类型
必填
categoryRemark
String
分类备注
必填