获取咨询分类
POST
https://qiyukf.com/openapi/online/session/category/list
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://qiyukf.com/openapi/online/session/category/list?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 1
}'
响应示例响应示例
{
"id": 0,
"name": "string",
"children": [
"string"
]
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Body 参数application/json