即时通讯手册

message/send_notify

发送通知型消息

[API接口调用示例下载]

接口地址

http://47.96.254.180:8000/api/message/send_notify.html

请求参数

名称 必选 类型 说明
ssid true string 企业ID,什么是企业ID
uid true string 用户ID
app_id true string 接入商ID,什么是接入商ID
authen true string 认证码 ,如何生成认证码
target_type true string 目标类型
sys-系统的通知;
addin-插件的通知;
group-群组的通知
target_id true string 目标ID
应用惟一标识 例:插件ID/群组ID
target_name true string 目标名称 例:群组名称题
notify_type true string 通知展示类型
0-红点显示通知;
1-红点消失通知;
2-红点条数通知;
3-消息框显示通知;
op_type true string 操作的类型,需根据客户端调整
send_userid false string 发送者ID
send_username false string 发送者姓名
recv_userids false string 接收者ID,多个,号分开
content false string 内容:
{"count":2} //自定义应用的记录数下发时的格式

调用样例及调试工具

测试地址

返回结果(成功)

{"status":1,"data":{"msgid":"C93F1267-03D3-0F31-579F-7CAE09C0149C"},"err_code":0,"err_msg":""}

注意事项