提交 e9b2a9bc 编写于 作者: 雪洛's avatar 雪洛

docs: update trigger param

上级 8ba89961
...@@ -98,8 +98,8 @@ Cron 表达式有七个**必需**字段,按空格分隔。其中,每个字 ...@@ -98,8 +98,8 @@ Cron 表达式有七个**必需**字段,按空格分隔。其中,每个字
```js ```js
{ {
"timingTriggerConfig": "cron:0 0 * * * *", //触发云函数的定时器配置内容 "triggerName": "TIMER_LATEST", //触发云函数的定时器配置内容
"timestamp": 1585670400006 //触发云函数时的时间戳,可能略晚于cron表达式时间 "triggerTime": "2020-04-08T10:22:31Z" //触发云函数时的时间戳,可能略晚于cron表达式时间
} }
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册