curl --location --request GET 'http://10.134.49.88:8080/azaz/video/detailInfo?videoId=' \
--header 'token;'
{
"code": 0,
"message": "string",
"data": {
"videoId": "string",
"coverUrl": "string",
"videoUrl": "string",
"title": "string",
"likes": 0,
"isLiked": true,
"comments": 0,
"collects": 0,
"isCollected": true,
"authorId": "string",
"username": "string",
"image": "string",
"createTime": "string"
}
}