https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference/errcode.html
文档中的描述 错误码含义
-503003云资源文件存储错误:文件不存在
但我的小程序为(故意下载一个不存在的云文件):
cloudDownloadFile Error: errCode: -403003 internal server error: empty download url | errMsg: internal server error: empty download url
at new u (WAService.js:1)
at WAService.js:1
at WAService.js:1
at Object.next (WAService.js:1)
at n (WAService.js:1)
我想确认一下,应该是同一个?