获取定时发送规则集合
GET
/croncmds使用token获取定时发送规则的集合
请求参数
Query 参数
searchValue
string
搜索关键词
Header 参数
Authorization
string
必需
/open/auth/token接口获取的Bearer类型的token
示例值:
Bearer 0cb972b0-516c-8c7a-8c95-955263eed4c1
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
number
必需
message
string
必需
data
array [object {7}]
必需
id
number
必需
cron
string
必需
next_running_time
string
必需
cmd
string
必需
to_self
boolean
必需
to_others
string
必需
memo
string
必需
示例
{
"code": 200,
"message": "ok",
"data": [
{
"id": 1,
"cron": "0 18 11 9 *",
"next_running_time": "2024-09-11 18:00:00",
"cmd": "export M_WX_ADD_CART_URL=\"https://lzkj-isv.isvjcloud.com/prod/cc/interactsaas/index?activityType=10024&activityId=1701062363248762881&templateId=20210518190900jgyl011&nodeId=101001&prd=cjwx\"",
"to_self": true,
"to_others": "",
"memo": ""
},
{
"id": 2,
"cron": "0 0 12 9 *",
"next_running_time": "2024-09-12 00:00:00",
"cmd": "export M_WX_LUCK_DRAW_URL=\"https://lzkj-isv.isvjcloud.com/lzclient/f5bb32658eb644f7bdec5a00d23b9f4e/cjwx/common/entry.html?activityId=f5bb32658eb644f7bdec5a00d23b9f4e&gameType=wxTurnTable&adsource=tg_xuanFuTuBiao\"",
"to_self": true,
"to_others": "",
"memo": ""
},
{
"id": 3,
"cron": "14 10 12 9 *",
"next_running_time": "2024-09-12 10:14:00",
"cmd": "export M_WX_ADD_CART_URL=\"https://lzkj-isv.isvjcloud.com/wxCollectionActivity/activity2/e74de83ac5004192bd3a7dfd9fcb112c?activityId=e74de83ac5004192bd3a7dfd9fcb112c&adsource=tg_storePage\"",
"to_self": true,
"to_others": "",
"memo": ""
},
{
"id": 4,
"cron": "0 0 12 9 *",
"next_running_time": "2024-09-12 00:00:00",
"cmd": "export M_WX_LUCK_DRAW_URL=\"https://gzsl-isv.isvjcloud.com/wuxian/mobileForApp/dist/views/pages/gameDZPS_1.html?activityId=2fc0a39c8f93485c9cabe1fa0baee234\"",
"to_self": true,
"to_others": "",
"memo": ""
},
{
"id": 5,
"cron": "0 0 13 9 *",
"next_running_time": "2023-09-13 00:00:00",
"cmd": "export M_WX_GAME_URL=\"https://lzkj-isv.isvjcloud.com/wxgame/activity/37b033602c12457a959d30bd18ccf9d6?activityId=37b033602c12457a959d30bd18ccf9d6\"",
"to_self": true,
"to_others": "",
"memo": ""
},
{
"id": 6,
"cron": "0 0 13 9 *",
"next_running_time": "2023-09-13 00:00:00",
"cmd": "export M_WX_GAME_URL=\"https://lzkj-isv.isvjcloud.com/wxgame/activity/15214d2d50d54f4aa80d4d50d2812f2b?activityId=15214d2d50d54f4aa80d4d50d2812f2b\"",
"to_self": true,
"to_others": "",
"memo": ""
}
]
}
最后修改时间: 1 年前