即时通讯手册

message/send

发送消息

[API接口调用示例下载]

接口地址

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

请求参数

名称 必选 类型 说明
ssid true string 企业ID,什么是企业ID
uid true string 用户ID
app_id true string 接入商ID,什么是接入商ID
authen true string 认证码 ,如何生成认证码
sender true string 发送者 userid
recver true string 接收者
【多个人员】userid1,userid2
【在线用户】ant_online
【所有用户】ant_alluser
【某个部门】ant_dept:deptId
subject true string 标题
content true string 内容
content_type false string 内容格式类型:
Text/Text
msg_type false string 消息类型:
0 普通消息
1 群发(接口用这个) 多个接收者 消息类型为1
msg_flag false string 消息标志:0

调用样例及调试工具

测试地址

返回结果(成功)

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

注意事项