Uses of Class
com.foxinmy.weixin4j.qy.message.NotifyMessage
-
Packages that use NotifyMessage Package Description com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.api -
-
Uses of NotifyMessage in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy with parameters of type NotifyMessage Modifier and Type Method Description IdParameter
WeixinProxy. sendNotifyMessage(NotifyMessage message)
发送消息提醒(需要管理员对应用有使用权限,对收件人touser、toparty、totag有查看权限,否则本次调用失败) -
Uses of NotifyMessage in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api with parameters of type NotifyMessage Modifier and Type Method Description IdParameter
NotifyApi. sendNotifyMessage(NotifyMessage message)
发送消息提醒(需要管理员对应用有使用权限,对收件人touser、toparty、totag有查看权限,否则本次调用失败)
-