批量获取索引串
POST
/ark/open_api/v3/common_controller请求参数
Body 参数application/json
indexBaseInfoList
array [object {2}]
索引串查询列表
plainText
string
关键词
type
string
必需
类型1:地址,2:姓名,3:电话,4:身份证号,5:身份证照片链接
示例
{
"indexBaseInfoList": [
{
"plainText": "null",
"type": ""
}
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
indexInfoList
array [object {2}]
索引串结果列表
plainText
string
关键词
searchIndex
string
索引串
示例
{
"indexInfoList": [
{
"plainText": "null",
"searchIndex": "null"
}
]
}
最后修改时间: 2 年前