如题,想使用gt和lt进行查询,但是不知道怎么构造这个query
{
"env":"test2-4a89da",
"query": "db.collection(\"geo\").where({done:true}).limit(10).skip(1).get()"
}
官方httpApi文档:https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-http-api/database/databaseQuery.html
正常用就可以,db.command或_