{
"pageSize": 0,
"pageNum": 0,
"name": "string",
"level": "string",
"status": 0,
"topicName": "string",
"topicId": 922337203685477600
}
curl --location --request POST 'http://192.168.20.159:8080/hyd-base-system/course/list' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 0,
"pageNum": 0,
"name": "string",
"level": "string",
"status": 0,
"topicName": "string",
"topicId": 922337203685477600
}'
{
"code": 0,
"msg": "string",
"data": {
"pageSize": 0,
"currentPage": 0,
"totalPage": 0,
"totalCount": 922337203685477600,
"list": [
{}
]
},
"success": true,
"resultData": {
"pageSize": 0,
"currentPage": 0,
"totalPage": 0,
"totalCount": 922337203685477600,
"list": [
{}
]
}
}