HowToCookOnMiniprogram icon indicating copy to clipboard operation
HowToCookOnMiniprogram copied to clipboard

云函数 setCookbook 似乎有问题

Open nexmoe opened this issue 3 years ago • 4 comments

res is undefined

nexmoe avatar Mar 27 '22 13:03 nexmoe

应该要创建对应的 collection 先

LeeJim avatar Mar 29 '22 23:03 LeeJim

创建了,但仍然有问题

nexmoe avatar Mar 30 '22 03:03 nexmoe

函数日志返回结果如下

{"errorCode":1,"errorMessage":"user code exception caught","stackTrace":"ReferenceError: res is not defined\n    at Runtime.exports.main [as handler] (/var/user/index.js:65:3)\n    at processTicksAndRejections (internal/process/task_queues.js:97:5)","statusCode":430}

nexmoe avatar Mar 30 '22 04:03 nexmoe

确实有问题,我修复下

LeeJim avatar May 06 '22 14:05 LeeJim