{
"Base64": "string",
"ImageBase64": "string",
"PlayLength": 0,
"ToWxid": "string",
"Wxid": "string"
}
curl --location --request POST '/SendVideoMsg' \
--header 'Content-Type: application/json' \
--data-raw '{
"Base64": "string",
"ImageBase64": "string",
"PlayLength": 0,
"ToWxid": "string",
"Wxid": "string"
}'
{
"Code": 0,
"Data": {
"BaseResponse": {
"errMsg": {
"string": "string"
},
"ret": 0
},
"actionFlag": 0,
"aeskey": "string",
"clientMsgId": "string",
"msgId": 0,
"msgSource": "string",
"newMsgId": 0,
"thumbStartPos": 0,
"videoStartPos": 0
},
"Message": "string",
"Success": true
}