4.1. 方法清单

函数名 参数 说明
sendMessage(senderid, receiverid, title, content) senderid:发送用户 Idreceiverid:接收用户Id title:主题 content:内容 发送站内短信
sendMessageByDept(departmentid, title, content) departmentid:接收用户部门Id title:主题 content:内容 根据部门发送站内短信
sendMessageByRole(roleid, domainid, title, content) roleid:接收用户角色Id domainid:企业域Id title:主题 content:内容 根据角色发送站内短信
sendSMS(docid,title,content,receiver,isReply,isMass) docid: 文档Id号 title: 标题 content: 发送内容 receiver: 接收者电话列表,有多个接收者,使用”,”做分隔符 isReply: true|false,是否需要收到回复 isMass: true|false,标识是否为群发,即是否有多位接收者 发送手机短信
sendSMS4Task(title, content, receiver,isReply,isMass,applicationId,domainId) title:标题 content:发送内容 receiver:接收者电话列表,有多个接收者,使用”,”做分隔符; isReply:true|false,是否需要收到回复; isMass:true|false,标识是否为群发,即是否有多位接收者; applicationId:应用id; domainId:企业域id; 发送手机短信
文档更新时间: 2022-11-03 04:45   作者:admin