获取日程分类
POST
https://www.micecube.com/api/schedule/cateList获取单会中全部嘉宾列表
请求参数
Header 参数
Mice-Auth
string
可选
Body 参数multipart/form-data
type
string
可选
分类类型1-日期分类 2-标签分类
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
data
array [object {3}]
必需
id
integer
分类id
title
string
分类名称
type
integer
必需
分类类型1-时间分类 2-标签分类
示例
{
"code": 1,
"data": [
{
"id": 2448,
"title": "2023-09-21",
"type": 1
},
{
"id": 2446,
"title": "2023-09-22",
"type": 1
},
{
"id": 2447,
"title": "2023-09-23",
"type": 1
},
{
"id": 2444,
"title": "默认日期",
"type": 1
}
]
}
最后修改时间: 1 年前