云开发上传定时器失败了?
工具版本:mac Nightly v1.02.1910182
云函数config.json代码
{ "permissions": { "openapi": [ "subscribeMessage.send" ] }, "triggers": [ { "name": "myTimer", "type": "timer", "config": "*/5 * * * * * *" } ]} |
上传触发器结果:Error: 解析 config.json 失败,请确认文件是标准 JSON 格式
