- 云函数里怎么写get请求啊?
如题 好像也没有cloud.request 这个命令啊 咋写啊
2020-07-06 - 订阅消息模板 各个字段长度的限制在哪看?
订阅消息模板 各个字段长度的限制在哪看? 找了半天没找到 是没有 还是我没找到呀,该不会让我一个一个的测试吧
2020-07-01 - 云数据库集合数组怎么更新?
[图片] 如图我想修改这条数据的标题 该怎么写?
2020-06-29 - 云数据库查询失败怎么办?
[图片][图片] 我就执行了一条命令 数据库就查询不出来了 什么情况啊 我的数据怎么办啊 ?
2020-06-28 - 云函数 httpapi databaseUpdate出错
接口地址 https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-http-api/database/databaseUpdate.html 代码 { "env":"chunlin-5d5ie", "query": "db.collection(\"Question\").where({nameid:\"8\"}).update({data:{qusetion:_.pull({sort:2})}})" } 报错 {"errcode":-605101,"errmsg":"RuntimeError: cannot read property 'pull' (from line 1, col 72 to line 1, col 76)\n\n> 1 | db.collection(\"Question\").where({nameid:\"8\"}).update({data:{qusetion:_.pull({sort:2})}})\n | ^^^^ hint: [ZFNCjOLoRa-joBtBa]"} 不支持_.pull 希望尽快修复
2020-06-28 - 云函数 http api 更新记录 出错问题?
调用的这个接口https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-http-api/database/databaseUpdate.html 代码 { "env":"chunlin-5d5ie", "query": "db.collection(\"Question\").where({nameid:\"8\"}).update({data:{question:_.pull({sort:\"2\"})}})" } 报错 {"errcode":-605101,"errmsg":"RuntimeError: cannot read property 'pull' (from line 1, col 72 to line 1, col 76)\n\n> 1 | db.collection(\"Question\").where({nameid:\"8\"}).update({data:{question:_.pull({sort:\"2\"})}})\n | ^^^^ hint: [QFNCOPI2e-EZ.J_a]"} 请问是什么问题 不能使用_,pull 吗?
2020-06-28 - 我想删除这条记录怎么写?
[图片] 如图我应该怎么写呀
2020-06-28 - 请问 怎么没有修改集合权限的http api接口呢?
请问 怎么没有修改集合权限的http api接口呢?
2020-06-13 - 真机调试不显示任何网络请求是什么问题?
[图片]如图微信开发者工具是最新稳定版本
2020-06-06