{
"courseId": "string",
"resourceId": "string",
"lastTime": "string",
"totalTime": "string"
}
curl --location --request POST '43.139.194.209:8088/ctime/set-video-record' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"courseId": "string",
"resourceId": "string",
"lastTime": "string",
"totalTime": "string"
}'
{
"code": 200,
"msg": "操作成功"
}