最新提问
  • 全部
  • 文章
  • 问答

  • 云开发还有没有免费试用了?

    开发工具上显示有一个月免费试用,真正开通的时候需要缴费。是不是已经没有了。

  • 急!忘记云开发续费,被停服释放,现在在哪可以找回数据库?

    急!忘记云开发续费,被停服释放,现在在哪可以找回数据库?续费后还能否找回旧数据?

  • 使用云服务器443端口代理至本地服务器9091端口,公众号请求无返,是什么原因?

    公众号配置的域名是 443 端口的云服务器域名,公众号访问该云服务器H5页面,页面加载成功,但是登录验证的请求链接发送后,一直没有返回直至超时,麻烦问一下大佬,可能是什么原因?

  • 云开发存储里的pdf文件可以实现预览吗?

    现在是将文件存储在云服务器里,用pdf.js+pdf文件的形式进行预览,现在想利用上云开发存储的功能,存储在里面图片可以正常显示 <view class="image1"> <image mode="aspectFill" src="cloud://3708/img/img1.jpg"></image> </view> ,想请教一下大佬,文件怎么进行预览啊,直接用web-view打不开 ,是不是不支持。

  • 云开发续费了,但是数据库还是不给用啊?

    客服去哪里找?续费了读取数据还是要求续费。

  • 调用云函数失败?

    两个云函数有一个调用成功,另一个报错,下面为调用失败的云函数。 // 云函数入口文件 const cloud = require('wx-server-sdk') cloud.init() // 云函数入口函数 const db = cloud.database() const MAX_LIMIT = 100 exports.main = async (event, context) => { const new_name = event.a // 先取出集合记录总数 const countResult = await db.collection(new_name).count() const total = countResult.total // 计算需分几次取 const batchTimes = Math.ceil(total / 100) // 承载所有读操作的 promise 的数组 const tasks = [] for (let i = 0; i < batchTimes; i++) { const promise = db.collection(new_name).skip(i * MAX_LIMIT).limit(MAX_LIMIT).get() tasks.push(promise) } // 等待所有 return (await Promise.all(tasks)).reduce((acc, cur) => { return { data: acc.data.concat(cur.data), errMsg: acc.errMsg, } }) } wx.cloud.callFunction({ name:'tichu', data: { a: 'allplayers' }, success: res => { console.log(res) }, fail :err => {console.log(err)} }); /* 捕获的错误为 Error: cloud.callFunction:fail Error: errCode: -504002 functions execute fail | errMsg: Error: collection.count:fail -501003 exceed request limit. [ResourceUnavailable.ResourceOverdue] Resource has expired. Please renewal fee, but if the problem cannot be solved, contact us. at Object.toSDKError (:43397/var/user/node_modules/wx-server-sdk/index.js:8064) at Object.checkError (:43397/var/user/node_modules/wx-server-sdk/index.js:1421) at :43397/var/user/node_modules/wx-server-sdk/index.js:1557 at processTicksAndRejections (:43397/appservice/internal/process/task_queues.js:97) (callId: 1669034947614-0.22814895692167214) (trace: 20:49:7 start->20:49:7 app show->20:49:8 system error (Error: errCode: -504002 functions execute fail | errMsg: Error: collection.count:fail -501003 exceed request limit. [ResourceUnavailable.ResourceOverdue] Resource has expired. Please renewal fee, but if the problem cannot be solved, contact us. at Object.toSDKError (:43397/var/user/node_modules/wx-server-sdk/index.js:8064) at Object.checkError (:43397/var/user/node_modules/wx-server-sdk/index.js:1421) at :43397/var/user/node_modules/wx-server-sdk/index.js:1557 at processTicksAndRejections (:43397/appservice/internal/process/task_queues.js:97)), abort) at k (VM30 WAService.js:1) at VM30 WAService.js:1 */ 本地调试的错误为: [error] 函数执行失败(耗时 107ms) Error: collection.count:fail -501003 exceed request limit. [ResourceUnavailable.ResourceOverdue] Resource has expired. Please renewal fee, but if the problem cannot be solved, contact us. at Object.toSDKError (/Users/admin/Desktop/tichu-opentest/cloudfunctions/tichu/node_modules/wx-server-sdk/index.js:8064:19) at Object.checkError (/Users/admin/Desktop/tichu-opentest/cloudfunctions/tichu/node_modules/wx-server-sdk/index.js:1421:23) at /Users/admin/Desktop/tichu-opentest/cloudfunctions/tichu/node_modules/wx-server-sdk/index.js:1557:33 at processTicksAndRejections (node:internal/process/task_queues:96:5) [图片][图片]

  • 云存储的图片处理功能用不了?

    如图所示 [图片]

  • 免费体验一个月吗不是,为什么支付还是19.9?

    [图片][图片]到底有没有免费试用啊,明明写了有一个月试用

  • 云开发在集合的某个数组下添加新数组?

    [图片][图片] 如何把商品信息添加到“userCollect”里面,新添加的商品信息都添加在usercollect数组的第一位

  • 之前开通的云函数怎么不见了?

    之前开通的云函数怎么不见了

  • 云开发 内容管理后台登陆不了

    https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/extensions/cms/introduction.html [图片]

  • 云开发数据库访问出现问题

    就这会儿不稳定,请管理员速查。。。 [图片]

  • 微信云开发开通时无反应

    操作路径:小程序后台 - 云服务 - 云开发 - 开通 - 点击【开始使用】 - 选择AppID帐户后 页面描述:toast显示加载中,一会儿toast消失 问题:无法开通云服务 [图片]

  • 云存储的图片无法预览,图片路径报404

    [图片][图片][图片]

  • 使用openapi.cloudbase.sendSms接口报错 昵称不存在?

    [图片] [图片]

  • watch 偶发失败,经常出现,社区bug都报了2年了,咋就是不改?

    -402002 realtime listener init watch fail Error: errCode: -402002 realtime listener init watch fail | errMsg: login fail Error: wsclient.send timedout history states: UNINIT-(loginStart)->INIT_LOGGING_IN-(loginFail)->INIT_LOGIN_FAIL-(loginStart)->INIT_LOGGING_IN-(loginFail)->INIT_LOGIN_FAIL-(loginStart)->INIT_LOGGING_IN-(loginFail)->INIT_LOGIN_FAIL-(close)->CLOSED[图片]

  • 已经续费了,还是提示资源到期,需要续费?

    [图片]

  • 云开发问题 基础配额到期时间不对。怎么解决?

    云开发 配额: 基础配额 有效期至2022-12-12 环境 ID:jiahuakuang-release-4c4p88f057f8 但是我今天收到说我 2022-11.17 到期 [图片]

  • 云函数查询数据库的最后一千条,突然出错,已正常运行大半年,最近突然返回的数据会跳过很多记录.....

    如下在云函数中代码,期望返回的是最后1000条记录,之前都是正常返回的,最近突然出现返回的记录里面漏掉很多的情况? 总数还是1000条,但根本不是最新的1000条,而是跳着来。很奇怪。 [图片]

  • 云开发无法开通

    https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/staticstorage/jump-miniprogram.htmlhttps://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/staticstorage/introduction.html[图片]一直转圈不给反应