curl --location --request POST 'https://qiyukf.com/openapi/robot/data/kpoint?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"mid":0,
"size":500
}'
{
"code": 200,
"message": {
"total": 1100,
"isEnd": 0,
"data": [
{
"id": 123,
"title": "知识点标题",
"content": "知识点详情",
"categoryInfo": [
{
"categoryId": 101,
"categoryName": "分类1"
}
],
"updateTime": 1522222222,
"enabled": 0,
"effectiveTime": "2018-01-13 16:01:50",
"failureTime": "2018-08-13 16:01:50"
}
]
}
}