|
1、(static) dosycnfromlanxin() → {java.jsonobject} 蓝信客户端同步数据到本地客户端
2、(static) dosycntolanxin() → {java.jsonobject} 本地客户端同步数据到蓝信客户端
3、(static) senddingdingmessage(title, description, touser, url, doc, type) 钉钉发送消息
4、(static) sendlanxinmessage(json, domainid) 发送蓝信消息
5、(static) sendlanxinrichtextmessage(touser, title, description, url, picurl, domainid, applicationid) 发送蓝信图文消息
6、(static) sendlanxintextmessage(touser, content, domainid, applicationid) 发送蓝信文本消息
7、(static) sendmessage(senderid, receiverid, title, content) 发送站内短信
8、(static) sendmessagebydept(departmentid, title, content) 根据部门发送站内短信
9、(static) sendsms(content, receiver, domainid) 发送手机短信
10、(static) sendweixinmessage(json, domainid) 发送微信消息
11、(static) sendweixinrichtextmessage(touser, title, description, url, picurl, domainid, applicationid) 发送微信图文消息
12、(static) sendweixintextmessage(touser, content, domainid, applicationid) 发送微信文本消息 |
|