接口名称 查询敏感词     签名
地址 https://api.cnlive.com/open/api2/im_chat/wordfilter/list
method post
返回数据 json

请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用ID
sign String true 签名规则见签名详情

返回格式说明:

{
 "errorCode": "0",
 "errorMessage": "查询敏感词成功",
 "data": {
 "words": [
 "违禁",
 "习大大",
 "毒品"
 ]
 }
}