程序包 | 说明 |
---|---|
cn.binarywang.wx.miniapp.api | |
cn.binarywang.wx.miniapp.api.impl |
限定符和类型 | 方法和说明 |
---|---|
void |
WxMaCloudService.updateIndex(String collectionName,
List<WxCloudDatabaseCreateIndexRequest> createIndexes,
List<String> dropIndexNames)
Update index.
|
void |
WxMaCloudService.updateIndex(String env,
String collectionName,
List<WxCloudDatabaseCreateIndexRequest> createIndexes,
List<String> dropIndexNames)
变更数据库索引
文档地址:https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-http-api/database/updateIndex.html
请求地址:POST https://api.weixin.qq.com/tcb/updateindex?
|
限定符和类型 | 方法和说明 |
---|---|
void |
WxMaCloudServiceImpl.updateIndex(String collectionName,
List<WxCloudDatabaseCreateIndexRequest> createIndexes,
List<String> dropIndexNames) |
void |
WxMaCloudServiceImpl.updateIndex(String env,
String collectionName,
List<WxCloudDatabaseCreateIndexRequest> createIndexes,
List<String> dropIndexNames) |
Copyright © 2024. All rights reserved.