微信小程序提交数据到数据库出现这个是啥情况啊?怎么解决?

微信小程序提交数据到数据库出现这个是啥情况啊?怎么解决?
调试台错误如下
Error: errCode: -501005 invalid env | errMsg: Environment not found
at new u (WAService.js:1)
at Function.success (WAService.js:1)
at Object.success (WAService.js:1)
at r (WAService.js:1)
at WAService.js:1
at v (WAService.js:1)
at WAService.js:1
at t. (appservice?t=1563427015576:1407)
at WAService.js:1
at WAService.js:1
uuu.js:86 完成

微信小程序云开发,获取数据库引用时,要使用环境ID,而不是环境名称

看样子是没有在app.js文件里面把环境ID写上,https://blog.csdn.net/qq_41966009/article/details/96359558这里面有详细步骤

https://blog.csdn.net/qq_37591637/article/details/86701585