curl --location --request GET 'app/reflection/getCourseCatalogue?id=20'
{ "msg": "string", "code": 0, "data": { "recordList": [ "string" ], "liveList": [ { "id": 0, "title": "string", "userLiveList": [ { "id": 0, "title": "string", "liveDate": "string", "status": 0 } ] } ] } }