暂无描述Authorization: Bearer ********************{
"courseId":13, // 课程id
"yetLearningTime":15, // 学习时间;单位分钟
}curl --location --request POST 'https://api.tolink.cloud/training/course/studyCourse' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"courseId":13, // 课程id
"yetLearningTime":15, // 学习时间;单位分钟
}'{
"code": 0,
"data": "操作成功",
"msg": "success"
}