发送新闻接口
POST
请求参数
Body 参数application/json
template
string
必需
内容类型,填写news60s
token
string
用户令牌
receiver
string
可选
消息接收人;默认机器人自己,好友填写wxid,群组填写群编码
timestamp
string
可选
毫秒时间戳。格式如:1695388117413。服务器时间戳大于此时间戳,则消息不会发送
示例
{
"template": "news60s",
"token": "个人令牌",
"receiver": "好友wxid或微信群编码",
"timestamp": ""
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
响应编码
msg
string
响应说明
data
null
具体内容
示例
{
"code": 200,
"msg": "执行成功"
}
最后修改时间: 8 个月前