收藏
回答

示例miniprogram-demo云函数ARDemo生成模型respBody返回undefind?

https://github.com/wechat-miniprogram/miniprogram-demo/blob/master/cloudfunctions/ARDemo/README.md

部署好ARDemo后,调用 [GenerateARModel] 后返回:

{
  errMsg"cloud.callFunction:ok",
  requestID"883acf81-df40-4c26-aa13-5e02a3c8789e",
  result: {ret: -306errMsg"callWXSvrkit:ok"}
}


其中 result 中未返回 respBody。

云函数本地调试结果:

[info] 函数被触发,正在执行中...
[info] 函数执行成功(耗时 411ms) 
{ret: -306, result: undefined, respBodyBuffer: undefined, respBody: undefined, errMsg: "callWXSvrkit:ok"}
[info] 调用 本地 云函数 'ARDemo' 完成  (耗时 427ms)


回答关注问题邀请回答
收藏
登录 后发表内容