where 参数值全为undefined 的语意和有值时会差很多, 现在不支持参数全为 undefined 不然很可能会出现误删/改所有数据的情况
云函数中collection.where()能用空值吗?[图片] 这是云函数中一部分,问题出在where。我想多次使用这个云函数,因为我默认时候我需要所有列表(即selectedLine未赋值)。 但经过我的测试,where这一空就报错。有啥办法解决吗?
2020-04-10应该好了吧
如何解决云开发事务出现Bad Request?[图片] 环境信息: appid:wx9295da4ab31566e9 envid:tema-dev envid:qiyi-dev 两个环境都不行
2020-02-13可以确认下 SDK 版本 [图片]
【急】云函数中使用cloud.DYNAMIC_CURRENT_ENV不起作用?【急】云函数中使用cloud.DYNAMIC_CURRENT_ENV不起作用 本来好好的。今天晚上突然不行了!!!!!!! return 出来的值是对的,但是init使用这个变量 没作用。。 移动到main函数中进行初始化没问题
2020-02-12用的高级安全规则? https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/database/security-rules.html#%E8%A7%84%E5%88%99%E5%8C%B9%E9%85%8D
云开发前台提交数据 数据库中没有_openid字段?[图片]
2020-02-12https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/database/security-rules.html#%E4%B8%8E%E5%9F%BA%E7%A1%80%E6%9D%83%E9%99%90%E9%85%8D%E7%BD%AE%E7%9A%84%E5%AF%B9%E6%AF%94 简单权限规则下,_openid 使用有限制
云数据库.where( _openid : 任何字符) 返回所有记录,如何正确查询_openid?控制台版本:1.02.2001191 具体问题见下图,感谢各位的帮助! [图片] [图片]
2020-02-11提示说是没权限,下面的配置文件有上传吗
定时函数发送订阅消息报错,不支持了吗?定时函数发送模板消息发不出去,错误如下 [图片] ,定时函数请求id: ff320b0c-4a78-11ea-94f5-525400c7e4d7 调用发送订阅消息函数请求id: ff4c08c9-4a78-11ea-b93a-5254007aa7a1 APPID:wx4452804312df5c38, 注:用定时函数调用发送订阅消息函数的请求参数,手动调用发送订阅消息函数发送成功 定时函数代码片段: async function dealHelp() { console.log("dealHelp==") const noTime = new Date().getTime() const helpList = await db.collection("help").where({ status: 0, end_time: command.lte(noTime) }).get() console.log("dealHelp==") if (helpList.data.length > 0) { for (let i = 0; i < helpList.data.length; i++) { console.log("准备发送模板消息") const helpItem = helpList.data[i] await db.collection("help").where({ status: 0, _id: helpItem._id, end_time: command.lte(noTime) }).update({ data: { status: 2 } }) console.log("temp_help_fa data== ",helpItem) await cloud.callFunction({ name: "send_temple_msg", data: { type: "temp_help_fa", data: helpItem } }) } } 发送订阅消息代码片段: /** * 发送助力失败模板消息 */ async function sendTempHelpFaMsg(helpItem) { try { const result = await cloud.openapi.subscribeMessage.send({ touser: helpItem.open_id, page: 'pages/helpInfo/info?help_id=' + helpItem._id, data: { thing1: { value: helpItem.goods_info.goods_name }, thing2: { value: '抱歉,你参与的助力活动因过期而失败!' } }, templateId: tempids.tmpid_help_fa }) return result } catch (err) { console.log(err) return err 发送订阅消息 config.json { "permissions": { "openapi": [ "subscribeMessage.send" ] } }
2020-02-08return 整个 db 语句应该可以符合你的预期
云函数的then里return只是跳出then吗?想当然以为是结束函数运行,直接返回值了。 [图片] [图片]
2020-01-27可以再试下
云函数中调用事务方法始终有错?![图片] [图片] 环境id:de-363421 appid:wx23885e23487a8e0d
2020-01-17看下本地网络是否有问题?
测试云函数本地调试,保存数据失败?CloudSDKErrorCloudSDKError: errCode: -1 unknown error | errMsg: collection.add:fail Error: appID:wx071adfa8f00f9044 env:xuwenchao-test [图片]
2020-01-14不会, 我上千万条数据时都可以 sample 出数据
云开发当文档数过大时sample获取不到数据?文档数据1000条左右时,sample还能获取到数据,但是文档数据为5000条时,获取不到数据,具体临界值是多少,没有测试。
2020-01-14