企达即时通讯手册

接口地址

[接口服务器地址]/api/statistics/sensitive_word.html

请求方法

GET

Request URL

名称 必选 说明

Request Headers

名称 必选 类型 说明
appid true string 应用ID,如何得到应用ID
authen true string 认证码,如何生成认证码

Request Body

名称 必选 类型 说明
send_id false string send_id
send_name false string send_name
send_dept false string send_dept
send_subject false string send_subject
send_content false string send_content
recv_id false string recv_id
recv_name false string recv_name
is_notice false string is_notice
service_type false string service_type
level false string level

调用样例及调试工具

测试接口

返回结果(成功)

            {"status":1,"code":"0","msg":"","data":[]}        

注意事项