根据lib_id查询词条明细
POST
https://audit.iflyaisol.com/audit_res/v1/wordLib/info请求参数
Body 参数application/json
lib_id
string
词库ID
return_word
boolean
可选
决定是否返回词条明细,建议必传true
示例
{
"lib_id": "c92f643417fc4f0a8d677355667acb55",
"return_word": true
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
string
必需
desc
string
必需
data
object
必需
lib_id
string
词库 ID
name
string
词库名称
category
string
词库分类
category_name
string
分类名称
suggestion
string
处理方式
type
integer
必需
词库类型: 1:黑名单 2:白名单
scope
integer
必需
词库应用领域: 1:自定义词库 2:业务词库
enable
boolean
启用状态
create_time
string
创建时间
update_time
string
更新时间
word_list
array [object {3}]
必需
sid
string
必需
示例
{
"code": "000000",
"desc": "success",
"data": {
"lib_id": "c92f643417fc4f0a8d677355667acb55",
"name": "黑名单库1",
"category": "contraband",
"category_name": "违禁",
"suggestion": "block",
"type": 1,
"scope": 1,
"enable": true,
"create_time": "2023-03-13 16:09:41",
"update_time": "2023-03-13 17:13:06",
"word_list": [
{
"word": "傻缺",
"tts": "傻[=sha3]缺[=que1]",
"time": "2023-03-13 17:13:06"
},
{
"word": "蠢材",
"tts": "蠢[=chun3]材[=cai2]",
"time": "2023-03-13 17:13:06"
}
]
},
"sid": "7c0f587e1e7146e1993eb5604aac5122"
}
最后修改时间: 1 年前