增加时间戳的例子
POST
/send时间戳使用的是毫秒。如果时间戳小于当前时间,则消息不会发送。用于时效性较强的消息,避免无用的消息重复发送。
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
token
string
用户令牌
title
string
消息标题
content
string
消息内容
timestamp
integer
时间戳
示例
{
"token": "be8652e98bd04139a13e1bffcd6d0f71",
"title": "标题",
"content": "消息内容",
"timestamp": 1632993318000
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 年前