知识中心
所有文章
帮助中心
AI客户联络中心 升级日志
API文档
AI客户联络
白标接口及地址
敏感词列表
最后更新于 2022/07/12   阅读数 91

敏感词列表


  • 接口: user/sensitive/page

  • 请求方式: GET

  • 发送字段

    参数类型示例解释必填
    currentint1页码
    sizeint1页容量
    groupIdLong1396671931205943298敏感词组id
  • 发送内容示例

    
    
    
    1
    2
  • 返回内容示例

    {
        "code": 0,
        "msg": "success",
        "data": {
            "records": [
                {
                    "id": "1379264812433534977", //敏感词id
                    "name": "123", //敏感词内容
                    "color": "123", //敏感词颜色
                    "score": 0,//敏感词分值
                    "createAt": "2021-04-06 10:48:51" //创建时间
                },
                {
                    "id": "1396672224291323905",
                    "name": "北京的",
                    "color": "#00B19F",
                    "score": 0,
                    "createAt": "2021-05-24 11:39:42"
                }
            ],
            "total": "1", //总条数
            "size": "10", //页容量
            "current": "1",//页码
            "orders": [],
            "optimizeCountSql": true,
            "hitCount": false,
            "countId": "",
            "maxLimit": "",
            "searchCount": true,
            "pages": "1" //总页数
        },
        "meta": ""
    }
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
未能解决您的问题?请联系
本篇目录

敏感词列表