curl --location --request GET 'https://test-api.yunjishop.cn/resource/app/video/myVideo'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"userId": 0,
"videoId": 0,
"videoFileId": "string",
"videoUrl": "string",
"coverUrl": "string",
"sign": "string",
"appId": 0
}
}