获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
放弃了,想连表查就这么难
聚合错误码602002{errcode: -602002, errmsg: "invalid query string hint: [AhjaH.wgE-0_HEOa]"} 聚合http API接口调用总是有为题,但是[图片] 直接调试是OK的 https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-http-api/database/databaseAggregate.html
2020-01-19我也是这个错误,找不到原因
通过HTTP API调用云端数据库,使用聚合功能报错errcode: -602002?报错代码 {"errcode": -602002, "errmsg": "invalid query string hint: [RJCatgsFE-_.XsUA]"} 提交的参数 {"env":"testes-statistics-te-795ce3", "query":"db.collection(\"attendance\").aggregate().limit(10).end()"} 使用https://api.weixin.qq.com/tcb/databaseaggregate这个接口 如果使用https://api.weixin.qq.com/tcb/databasequery这个接口的话可以正常读取 只是没有聚合效果
2020-01-19