Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/ComponentTcb/Database/ComponentTcbDbCollectionResponse.json

15 lines
254 B
JSON
Raw Normal View History

2021-08-06 16:53:23 +08:00
{
"errcode": 0,
"errmsg": "ok",
"collections": [
{
"name": "testcollection",
"count": 0,
"size": 0,
"index_count": 2,
"index_size": 8192
}
],
"total": 1
2022-05-06 20:29:27 +08:00
}