发送网页链接接口
POST
请求参数
Body 参数application/json
title
string
链接标题
content
string
链接描述
<= 50 字符
cover
string
可选
链接封面图;需用腾讯系域名链接
url
string
链接url地址
template
string
必需
内容类型,填写link
timestamp
string
可选
毫秒时间戳。格式如:1695388117413。服务器时间戳大于此时间戳,则消息不会发送
token
string
用户令牌
receiver
string
接收消息群编码
version
string
必需
调用版本,pro和personal;为空默认使用pro
示例
{
"title": "pushplus官网",
"content": "这是官网首页",
"url": "https://www.pushplus.plus/",
"cover": "https://mmbiz.qpic.cn/mmbiz_png/O26iaeibvSVlhkQSbB38C4SS1sUaNHaibgqwgmsiaIQLv5aH4nZTm3T2zEAFdzibmOyf42DCiaLYVWlkeA4bVtROianiag/640?wx_fmt=png",
"template": "link",
"timestamp": "",
"token": "b1e9808b3b3005f87e2a08d04b958c3e",
"receiver": "",
"version": "personal"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
响应编码
msg
string
响应说明
data
null
具体内容
示例
{
"code": 200,
"msg": "执行成功"
}
最后修改时间: 2 个月前