|
5 | 5 | - 创建关键词名单。 |
6 | 6 | - 关键词名单为增值服务,在 [文本审核规则](/product/moderation/moderation_rule_config.html#设置审核规则) 中应用。使用前,你需要开通 [文本审核服务](/product/moderation/moderation_enable.html), 配置 [文本审核规则](/product/moderation/moderation_rule_config.html#设置审核规则),并开通 [关键词名单服务](/product/moderation/keyword_review.html#使用关键词审核)。 |
7 | 7 | - 创建的名单会在环信控制台的 **关键词名单** 列表(**即时通讯** > **内容审核** > **文本审核** > **关键词名单**)中展示。你可以在环信控制台编辑、删除名单或进行添加/删除关键词等操作。 |
8 | | -- 每个应用最多可配置 10 个名单, 每个名单最多可添加 10,000 个关键词,即每个应用最多可配置 100,000 个词条。 |
| 8 | +- 每个应用最多可配置 100 个名单, 每个名单最多可添加 10,000 个关键词,即每个应用最多可配置 100,000 个词条。 |
9 | 9 |
|
10 | 10 | **调用频率上限**:100 次/秒/App Key |
11 | 11 |
|
@@ -172,11 +172,11 @@ curl -X POST 'https://XXXX/XXXX/XXXX/moderation/text/list' \ |
172 | 172 | | :----------- | :--- | :------------- | :----------- | :----------- | |
173 | 173 | | 401 | unauthorized | Unable to authenticate (OAuth) | token 不合法,可能过期或 token 错误。 | 使用新的 token 访问。 | |
174 | 174 | | 400 | Bad Request | request param is empty | 生效范围、关键词名单的名称、对匹配关键词的消息内容的审核处理为空。 | 检查必填参数。 | |
175 | | -| 400 | Bad Request | The textList count exceeds the maximum number | 关键词名单数量超过上限。每个应用最多可配置 10 个名单。 | 减少关键词名单数量。 | |
| 175 | +| 400 | Bad Request | The textList count exceeds the maximum number | 关键词名单数量超过上限。每个应用最多可配置 100 个名单。 | 减少关键词名单数量。 | |
176 | 176 | | 400 | Bad Request | The text count exceeds the maximum number | 关键词数量超过上限。 | 减少关键词数量。 | |
177 | 177 | | 400 | Bad Request | The textList already exists | 关键词名单名称已存在。 | 修改关键词名单名称。 | |
178 | 178 | | 400 | Bad Request | moderation org data is empty | 你未开通内容审核服务。 | 开通内容审核服务。 | |
179 | | -| 400 | Bad Request | the number of words exceeds the limit | 应用下面的关键词总数超过上限。每个应用最多可配置 10 个名单, 每个名单最多可添加 10,000 个关键词,即每个应用最多可配置 100,000 个词条。| 减少关键词数量。 | |
| 179 | +| 400 | Bad Request | the number of words exceeds the limit | 应用下面的关键词总数超过上限。每个应用最多可配置 100 个名单, 每个名单最多可添加 10,000 个关键词,即每个应用最多可配置 100,000 个词条。| 减少关键词数量。 | |
180 | 180 | | 400 | MODERATION_002 | "request param is empty | 若未设置必填参数,例如 `name` 或 `scope`,会提示该错误。 | 请传入必填参数。 | |
181 | 181 |
|
182 | 182 | 关于其他错误,你可以参考 [错误码页面](error.html) 了解可能的原因。 |
0 commit comments