curl --location --request GET '/shopapi/course/detail?id' \
--header 'token: 3989d5df002cfac2c007447d2bc27aff'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 17,
"name": "redis入门",
"type": 4,
"category_id": 12,
"teacher_id": 2,
"synopsis": "redis入门",
"cover": "http://www.zsff.localhost/12",
"content": "redis入门",
"fee_type": 0,
"sell_price": "200.00",
"line_price": "220.00",
"study_num": null,
"is_collect": false,
"course_status": 3,
"catalogue_list": [
{
"id": 18,
"name": "php入门",
"type": 1,
"fee_type": 1,
"catalogue": [
{
"id": 3,
"course_id": 18,
"name": "php的今身前世1",
"fee_type": 0,
"cover": "",
"is_study": true
},
{
"id": 4,
"course_id": 18,
"name": "php的今身前世2",
"fee_type": 0,
"cover": "",
"is_study": false
}
]
}
],
"course_num": 2,
"teacher": {
"id": 2,
"number": 3720,
"name": "张雪峰",
"avatar": "http://www.zsff.localhost/123",
"gender": "男",
"synopsis": "123"
},
"meterial": {
"id": 1,
"course_id": 17,
"content": "redis入门123",
"link": "123",
"code": "12",
"is_link": 1
},
"course_image": [],
"comment": []
}
}