Uses of Interface
com.foxinmy.weixin4j.tuple.MassTuple
-
Packages that use MassTuple Package Description com.foxinmy.weixin4j.mp com.foxinmy.weixin4j.mp.api com.foxinmy.weixin4j.tuple com.foxinmy.weixin4j.wxa.model.custommessage Models forCustomMessageApi
. -
-
Uses of MassTuple in com.foxinmy.weixin4j.mp
Methods in com.foxinmy.weixin4j.mp with parameters of type MassTuple Modifier and Type Method Description String[]
WeixinProxy. massByGroupId(MassTuple tuple, boolean isToAll, int groupId)
群发消息String[]
WeixinProxy. massByOpenIds(MassTuple tuple, String... openIds)
openId群发消息String[]
WeixinProxy. massByTagId(MassTuple tuple, int tagId)
标签群发消息String[]
WeixinProxy. massToAll(MassTuple tuple)
群发消息给所有粉丝ApiResult
WeixinProxy. previewMassNews(String toUser, String toWxName, MassTuple tuple)
预览群发消息 开发者可通过该接口发送消息给指定用户,在手机端查看消息的样式和排版 -
Uses of MassTuple in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api with parameters of type MassTuple Modifier and Type Method Description String[]
MassApi. massByGroupId(MassTuple tuple, boolean isToAll, int groupId)
Deprecated.String[]
MassApi. massByOpenIds(MassTuple tuple, String... openIds)
openId群发消息String[]
MassApi. massByTagId(MassTuple tuple, int tagId)
标签群发消息String[]
MassApi. massToAll(MassTuple tuple)
群发消息给所有粉丝ApiResult
MassApi. previewMassNews(String toUser, String toWxName, MassTuple tuple)
预览群发消息 开发者可通过该接口发送消息给指定用户,在手机端查看消息的样式和排版 -
Uses of MassTuple in com.foxinmy.weixin4j.tuple
Classes in com.foxinmy.weixin4j.tuple that implement MassTuple Modifier and Type Class Description class
Card
卡券对象class
Image
图片对象class
MpNews
图文对象(mpnews消息与news消息类似,不同的是图文消息内容存储在微信后台,并且支持保密选项。每个应用每天最多可以发送100次)class
MpVideo
群发视频对象class
Text
文本对象class
Voice
语音对象 -
Uses of MassTuple in com.foxinmy.weixin4j.wxa.model.custommessage
Classes in com.foxinmy.weixin4j.wxa.model.custommessage that implement MassTuple Modifier and Type Class Description class
Image
图片消息。class
Text
文本消息。
-