- 小程序云开发发送消息出现serialize a BigInt type error?
const noticeResult = await cloud.openapi.subscribeMessage.send({ touser: dateQueueDetail.createOpenId, page: 'pages/member/sendmessage', data: { thing2: { value: 'name' }, character_string7: { value: 2 }, thing5: { value: 'notice' } }, templateId: 'D066cmScDbIyMX2ty5Upf8-p2fu8iVuyAQUqQCr15' }) console.log('noticeResult:', noticeResult); 打印输出时出现:TypeError: Do not know how to serialize a BigInt at JSON.stringify (<anonymous>) at /data/scf/frame/WrapLog.js:38:107 at Array.map (<anonymous>) at commonLog (/data/scf/frame/WrapLog.js:38:45) at Object.log (/data/scf/frame/WrapLog.js:51:7) at exports.main (/var/user/index.js:138:21) at processTicksAndRejections (internal/process/task_queues.js:97:5)
01-17 - 微信升级到8.0.9小程序显示不正常
现在有很多用户反馈,小程序影响,没法使用了 8.0.9以前版本界面如下: [图片] 微信8.0.9 用户界面如下: [图片] 已经影响正常使用,请问如何解决
2021-08-04 - 云开发 出问题了 ? 小程序不能用了 什么时候解决?
云开发 出问题了 小程序不能用了 ,麻烦尽快解决
2021-01-06 - 并未达到资源上限用户端卡顿
{"errorCode":-1,"errorMessage":"BorrowContainerLimit"} 小程序上线一直都挺好的,最近访问量大的时候(并没又超过历史)总出现上边的问题,用户端就变现为卡顿。怎么解决
2020-07-22 - wx.saveImageToPhotosAlbum保存图片在安卓手机中找不到图片?
wx.saveImageToPhotosAlbum保存图片在在苹果手机没有问题,但在安卓手机的相册找不到 代码如下 wx.cloud.downloadFile({ fileID: this.data.imageSrc, success: res => { // get temp file path console.log(res.tempFilePath) wx.saveImageToPhotosAlbum({ filePath: res.tempFilePath, success: res => { console.log(res) wx.showToast({ title: '已保存到相册' }) } }) },
2020-01-19