- Friend
- Group
- Login
- Tool
- HongBao
- User
- Message
/SendVideoMsg
POST
/SendVideoMsg
Message
请求参数
Body 参数application/json
Base64
string
必需
ImageBase64
string
可选
PlayLength
integer
必需
ToWxid
string
必需
Wxid
string
必需
示例
{
"Base64": "string",
"ImageBase64": "string",
"PlayLength": 0,
"ToWxid": "string",
"Wxid": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/SendVideoMsg' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200OK
application/json
Body
Code
integer
可选
Data
object (mm.UploadVideoResponse)
可选
BaseResponse
object (mm.BaseResponse)
可选
actionFlag
integer
可选
aeskey
string
可选
clientMsgId
string
可选
msgId
integer
可选
msgSource
string
可选
newMsgId
integer
可选
thumbStartPos
integer
可选
videoStartPos
integer
可选
Message
string
可选
Success
boolean
可选
示例
{
"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
}
修改于 2025-02-18 03:50:52