日本综合一区二区|亚洲中文天堂综合|日韩欧美自拍一区|男女精品天堂一区|欧美自拍第6页亚洲成人精品一区|亚洲黄色天堂一区二区成人|超碰91偷拍第一页|日韩av夜夜嗨中文字幕|久久蜜综合视频官网|精美人妻一区二区三区

RELATEED CONSULTING
相關(guān)咨詢
選擇下列產(chǎn)品馬上在線溝通
服務(wù)時間:8:30-17:00
你可能遇到了下面的問題
關(guān)閉右側(cè)工具欄

新聞中心

這里有您想知道的互聯(lián)網(wǎng)營銷解決方案
創(chuàng)新互聯(lián)小程序教程:微信小程序云開發(fā) API數(shù)據(jù)庫·聚合

databaseAggregate

本接口應(yīng)在服務(wù)器端調(diào)用,詳細(xì)說明參見服務(wù)端API。

數(shù)據(jù)庫聚合

請求地址

POST https://api.weixin.qq.com/tcb/databaseaggregate?access_token=ACCESS_TOKEN

請求參數(shù)

屬性類型默認(rèn)值必填說明
access_tokenstring接口調(diào)用憑證
envstring云環(huán)境ID
Querystring數(shù)據(jù)庫操作語句

返回值

Object

返回的 JSON 數(shù)據(jù)包

屬性類型說明
errcodenumber錯誤碼
errmsgstring錯誤信息
dataArray.記錄數(shù)組

errcode 的合法值

說明最低版本
0請求成功
-1系統(tǒng)錯誤
-1000系統(tǒng)錯誤
40014AccessToken 不合法
40097請求參數(shù)錯誤
40101缺少必填參數(shù)
41001缺少AccessToken
42001AccessToken過期
43002HTTP METHOD 錯誤
44002POST BODY 為空
47001POST BODY 格式錯誤
85088該APP未開通云開發(fā)
其他錯誤碼云開發(fā)錯誤碼

請求數(shù)據(jù)示例

{
  "env":"test2-4a89da",
  "query": "db.collection(\"test_collection\").aggregate().match({tags:\"cloud\"}).limit(10).end()"
}

返回數(shù)據(jù)示例

{
    "errcode": 0,
    "errmsg": "ok",
    "data": [
    "{\"_id\":\"f77e039f-f1cf-4aa8-bd59-16cbaa91e6ea\",\"location\":{\"type\":\"Point\",\"coordinates\":[{\"$numberDouble\":\"113.0\"},{\"$numberDouble\":\"23.0\"}]},\"done\":false,\"description\":\"learn cloud database\",\"due\":\"2019-09-09\",\"tags\":[\"cloud\",\"database\"]}",
        "{\"_id\":\"6bb88938-49ea-42b6-a6f5-ce408970cfc6\",\"due\":\"2019-09-09\",\"tags\":[\"cloud\",\"database\"],\"location\":{\"type\":\"Point\",\"coordinates\":[{\"$numberDouble\":\"113.0\"},{\"$numberDouble\":\"23.0\"}]},\"done\":false,\"description\":\"學(xué)習(xí) cloud database\"}",
        "{\"_id\":\"51f4f67e-a6a1-4c3e-a50f-827380b8da86\",\"description\":\"學(xué)習(xí) cloud database\",\"due\":\"2019-09-09\",\"tags\":[\"cloud\",\"database\"],\"location\":{\"coordinates\":[{\"$numberDouble\":\"113.0\"},{\"$numberDouble\":\"23.0\"}],\"type\":\"Point\"},\"done\":false}",
        "{\"_id\":\"ee1d69da-b7ec-4e7a-bc1f-2fae31da4ce0\",\"tags\":[\"cloud\",\"database\"],\"location\":{\"type\":\"Point\",\"coordinates\":[{\"$numberDouble\":\"113.0\"},{\"$numberDouble\":\"23.0\"}]},\"done\":false,\"description\":\"學(xué)習(xí) cloud database\",\"due\":\"2019-09-09\"}"
    ]
}

數(shù)據(jù)庫操作語句說明

數(shù)據(jù)庫操作語句語法與數(shù)據(jù)庫 API相同, 聚合操作參考聚合文檔


文章標(biāo)題:創(chuàng)新互聯(lián)小程序教程:微信小程序云開發(fā) API數(shù)據(jù)庫·聚合
文章URL:http://www.dlmjj.cn/article/dpgossh.html