curl --location --request GET 'https://api.chasing.comteaching_video/detail?id'
{
"code": 200,
"msg": "请求成功",
"data": {
"id": 3,
"title": "手册标题2",
"lang_code": "en,zh",
"uri": "文件uri",
"sort": 3,
"image_uri": 1,
"goods_id": 57,
"goods_title": "潜鲛GLADIUS MINI S",
"lang_name": "英语,中文",
"url": "http://test.static.chasing.com/文件uri",
"image_url": "http://test.static.chasing.com/1"
}
}