根据appid查询所有词库列表
POST
https://audit.iflyaisol.com/audit_res/v1/wordLib/list请求参数
无
示例代码
返回响应
成功(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": "9629ab83deea432dbaaffe5731816743",
"name": "黑名单库1",
"category": "contraband",
"category_name": "违禁",
"suggestion": "block",
"type": 1,
"scope": 1,
"enable": true,
"create_time": "2023-03-09 09:42:06",
"update_time": "2023-03-09 09:42:06"
},
{
"lib_id": "e9c375f492324d5da6f241b1e5494a67",
"name": "白名单库1",
"suggestion": "pass",
"type": 2,
"scope": 1,
"enable": true,
"create_time": "2023-03-14 14:54:28",
"update_time": "2023-03-14 17:25:19"
}
],
"total": 2
},
"sid": "67b30ca74b344d7fb34ff523bc88d23f"
}
最后修改时间: 1 年前