根据appid查询账户下所有词库
POST
https://audit.iflyaisol.com/audit_res/v1/wordLib/list请求参数
Body 参数application/json
object {0}
示例
{// json传空{}即可,根据appid查询的
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
string
必需
desc
string
必需
data
object
必需
list
array [object {10}]
词库列表
total
integer
词库总数
sid
string
必需
示例
{
"code": "000000",
"desc": "success",
"data": {
"list": [
{
"lib_id": "317ec840bfa94d5598d0f9f3bdb0400a",
"name": "黑名单库1",
"category": "contraband",
"category_name": "违禁",
"suggestion": "block",
"type": 1,
"scope": 1,
"enable": true,
"create_time": "2023-03-13 15:49:33",
"update_time": "2023-03-13 15:49:33"
},
{
"lib_id": "e1dd4b6338894c2086bcd5a1860cd282",
"name": "白名单库1",
"suggestion": "pass",
"type": 2,
"scope": 1,
"enable": true,
"create_time": "2023-03-13 16:23:49",
"update_time": "2023-03-13 16:23:49"
}
],
"total": 2
},
"sid": "e5ea2eb2123b436281f0e1a36cd1774a"
}
最后修改时间: 1 年前