获取班课列表接口
POST
https://api.xiaoe-tech.com/xe.big_class.list.get/1.0.0
拥有此API的权限集 |
---|
班课管理-查询班课信息 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.xiaoe-tech.com/xe.big_class.list.get/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token" : "xe_xxxxx",
"page_index" : 1,
"page_size" : 10,
"search_content":"xxxxxxx",
"class_type":1
}'
响应示例响应示例
{
"code": "0",
"msg": "ok",
"data": {
"total": 123,
"page_index": 1,
"page_size": 10,
"page_count": 13,
"list": [
{
"id": "xxxxxx",
"app_id": "appxxxxx",
"title": "xxxxxxxxxxxxxx",
"class_type": 1,
"display_state": 1,
"join_count": 22,
"address": "xxxxxxx",
"cover_url": "xxxxxxx"
}
]
}
}
请求参数
Body 参数application/json