发送链接消息
POST
/gewe/v2/api/message/postLink请求参数
Header 参数
X-GEWE-TOKEN
string
必需
示例值:
{{gewe-token}}
Body 参数application/json
appId
string
设备ID
toWxid
string
好友/群的ID
title
string
链接标题
desc
string
链接描述
linkUrl
string
链接地址
thumbUrl
string
链接缩略图地址
示例
{
"appId": "{{appid}}",
"toWxid": "34757816141@chatroom",
"title": "澳门这一夜",
"desc": "39岁郭碧婷用珠圆玉润的身材,狠狠打脸了白幼瘦女星",
"linkUrl": "https://mbd.baidu.com/newspage/data/landingsuper?context=%7B%22nid%22%3A%22news_8864265500294006781%22%7D&n_type=-1&p_from=-1",
"thumbUrl": "https://pics3.baidu.com/feed/0824ab18972bd407a9403f336648d15c0db30943.jpeg@f_auto?token=d26f7f142871542956aaa13799ba1946"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
ret
integer
必需
msg
string
必需
data
object
必需
toWxid
string
接收人的wxid
createTime
integer
发送时间
msgId
integer
消息ID
newMsgId
integer
消息ID
type
integer
消息类型
示例
{
"ret": 200,
"msg": "操作成功",
"data": {
"toWxid": "34757816141@chatroom",
"createTime": 1703841982,
"msgId": 769523572,
"newMsgId": 3358797740318931000,
"type": 5
}
}
最后修改时间: 3 个月前