接口地址
[接口服务器地址]/api/statistics/sensitive_word.html
Request Headers
名称 |
必选 |
类型 |
说明 |
Content-Type |
true |
string |
application/json; charset=UTF-8 |
authen |
true |
string |
认证码 什么是认证码
|
appid |
true |
string |
接入ID 什么是接入ID
|
timestamp |
true |
string |
时间戳
|
uid |
true |
string |
当前帐号
|
lang |
true |
string |
语言 zh-cn,en-us
|
Request Body
名称 |
必选 |
类型 |
说明 |
send_id |
true |
string |
发送者ID |
send_name |
true |
string |
发送者姓名 |
send_dept |
true |
string |
发送者部门 |
send_subject |
true |
string |
发送标题 |
send_content |
true |
string |
发送内容 |
recv_id |
true |
string |
接收者ID |
recv_name |
true |
string |
接收者姓名 |
service_type |
true |
string |
业务场景 类型 0 单聊 1 群聊 2 其它 |
level |
true |
string |
关键词等级 严重等级 0:一般 1:严重 |
返回结果(成功)
{"status":1,"code":0,"msg":"","data":[]}