收藏
回答

文档例子中bucket应该是bucketAuto

https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-sdk-api/database/aggregate/Aggregate.bucketAuto.html


db.collection('items').aggregate()
  .bucket({
    groupBy: '$price',
    buckets: 3,
  })
  .end()


回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容