{
"appId": "string",
"type": 1,
"xmlMsgBase64": "string"
}curl --location 'https://api.wekeapi.com/api/v1/message/downloadVideo' \
--header 'X-Access-Token;' \
--header 'Content-Type: application/json' \
--data '{
"appId": "string",
"type": 1,
"xmlMsgBase64": "string"
}'{
"code": 0,
"data": {
"PlayLength": 0,
"fileExt": "string",
"videoSize": 0,
"videoUrl": "string"
},
"message": "OK"
}