新增定时消息接口
POST
/open/job/addJob请求参数
Header 参数
access-key
string
访问令牌
示例值:
21177087e2b5486392bdacd8211785b7
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
name
string
定时消息名称
cron
string
cron表达式
isEnable
integer
必需
是否启用;1是,0否
jobContent
string
定时消息内容
示例
{
"name": "测试定时消息",
"cron": "0 15 10 * * ?",
"isEnable": 1,
"jobContent": "{\"template\":\"txt\",\"aters\":[],\"receiver\":[\"pcstx1\"],\"l\":[\"|pcstx1|爱看日剧的陈大人|0\"],\"content\":\"测试消息\"}"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
响应编码
msg
string
响应说明
data
null
响应内容
示例
{
"code": 200,
"msg": "执行成功",
"data": null
}
最后修改时间: 9 个月前