- 大神,请问为什么云开发的数据库数据突然消失了?
请官方大神帮忙看一下,,ID为:cloud1-1gj3m6z9edb1fec1。数据库啥都没有了。。。哈?
2023-08-16 - 请大神帮我看一下这是怎么了?
我无论怎么设置,渲染时横向都溢出,不知道为什么。。请大神看图 [图片][图片][图片]
2023-08-06 - 我在做订阅信息时,用云函数报错errCode: 40008,如何解决?
result:errCode: 40008errMsg: "openapi.customerServiceMessage.send:fail invalid message type rid: 64c3c07c-47f51326-4c8ab3b3"__proto__: Object__proto__: Object我用的云函数是: try{ const result = await cloud.openapi.customerServiceMessage.send({ touser:event.openid,// 要推送给哪个用户 page:'/pages/wlcome/wlcome', //要跳转到那个 小程序页面 data:{ //推送的内容 time10:{ value:'2023-03-21 08:39' }, thing6:{ value:'某某位置小程序测试2' }, thing4:{ value:'王二麻子' }, time5:{ value:'2020-08-19 00:00' }, thing9:{ vaule:'问题已逾期未整改,请请请请请处理' } }, templateId:'_Rmibn8T-hGJ7o82vzRb29P6HeKxWe6OEWeH6WS11KA' //模板id }) console.log(result) return result } catch(err){ console.log(err) return err } 为什么没有用啊。。55555 报错40008
2023-07-28