发送链接消息
开发中POST
/请求参数
Body 参数application/json
data
object
必需
to_wxid
string
必需
title
string
必需
desc
string
必需
url
string
必需
image_url
string
必需
client_id
integer
必需
type
string
必需
示例
{
"data": {
"to_wxid": "wxid_xxxxxxx",
"title": "百度一下",
"desc": "用科技让复杂的世界更简单!",
"url": "https://www.baidu.com",
"image_url": "http://www.xxx.com/xxx.jpg"
},
"client_id": 1,
"type": "MT_SEND_LINKMSG"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 2 年前