{
"page": 1,
"size": 10,
"categoryId": ""
}
curl --location --request POST 'http://34.150.122.99:9000/business/web/course/list' \
--header 'token: zbwBtGhd' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 10,
"categoryId": ""
}'
{
"success": true,
"code": null,
"message": null,
"content": {
"page": 1,
"size": 1,
"total": 1,
"list": [
{
"id": "00000001",
"name": "测试课程01",
"summary": "这是一门测试课程",
"time": 501,
"price": 19.9,
"image": "http://bahasaindo.oss-cn-shanghai.aliyuncs.com/course/4s4W8ouc5GU4yEYey0yQwI.png",
"level": "1",
"charge": "C",
"status": "P",
"enroll": 100,
"sort": 0,
"createdAt": "2023-09-07 02:49:17",
"updatedAt": "2023-09-09 12:17:05",
"categorys": null,
"chapters": null,
"sections": null,
"content": null,
"teacher": null,
"teacherId": "eElE8JpZ"
}
],
"status": "P",
"categoryId": ""
}
}