发送图片消息(CDN)
开发中POST
/CDN信息通过CDN上传获取
请求参数
Body 参数application/json
data
object
必需
aes_key
string
必需
file_id
string
必需
file_md5
string
必需
file_size
integer
必需
thumb_file_size
integer
必需
to_wxid
string
必需
client_id
integer
必需
type
string
必需
示例
{
"data": {
"aes_key": "9a2c7526345f3d1b18bc51c457b7bd2a",
"file_id": "3057020100044b3049020100020462ac90a202032f597d0204ed9f3cb7020462df8e01042437323164383633332d373266302d346130362d393539372d3739363262373464616665350204011800020201000405004c4f2900",
"file_md5": "b406bbad9b1b097a379d0a0bd8e53412",
"file_size": 2516803,
"thumb_file_size": 32693,
"to_wxid": "filehelper"
},
"client_id": 1,
"type": "MT_SEND_IMG_CDN_MSG"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 2 年前