分类所有
GET
/api/article/cate/all请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
array [object {6}]
必需
id
integer
主键
name
string
名称
sort
integer
排序
isShow
integer
必需
是否显示: 0=否, 1=是
createTime
string
创建时间
updateTime
string
更新时间
示例
{
"code": 200,
"msg": "成功",
"data": [
{
"id": 1,
"name": "新闻咨询",
"sort": 0,
"isShow": 1,
"createTime": "1970-01-01 08:00:00",
"updateTime": "1970-01-01 08:00:00"
},
{
"id": 2,
"name": "技术咨询",
"sort": 0,
"isShow": 1,
"createTime": "1970-01-01 08:00:00",
"updateTime": "1970-01-01 08:00:00"
}
]
}
最后修改时间: 2 年前