Uses of Class
com.foxinmy.weixin4j.tuple.MpArticle
-
Packages that use MpArticle Package Description com.foxinmy.weixin4j.model.media com.foxinmy.weixin4j.mp com.foxinmy.weixin4j.mp.api com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.api com.foxinmy.weixin4j.tuple -
-
Uses of MpArticle in com.foxinmy.weixin4j.model.media
Methods in com.foxinmy.weixin4j.model.media that return types with arguments of type MpArticle Modifier and Type Method Description List<MpArticle>
MediaItem. getArticles()
Method parameters in com.foxinmy.weixin4j.model.media with type arguments of type MpArticle Modifier and Type Method Description void
MediaItem. setArticles(List<MpArticle> articles)
-
Uses of MpArticle in com.foxinmy.weixin4j.mp
Methods in com.foxinmy.weixin4j.mp that return types with arguments of type MpArticle Modifier and Type Method Description List<MpArticle>
WeixinProxy. downloadArticle(String mediaId)
下载永久图文素材Methods in com.foxinmy.weixin4j.mp with parameters of type MpArticle Modifier and Type Method Description ApiResult
WeixinProxy. updateMaterialArticle(String mediaId, int index, MpArticle article)
更新永久图文素材Method parameters in com.foxinmy.weixin4j.mp with type arguments of type MpArticle Modifier and Type Method Description String[]
WeixinProxy. massArticleByGroupId(List<MpArticle> articles, int groupId)
分组ID群发图文消息String[]
WeixinProxy. massArticleByOpenIds(List<MpArticle> articles, boolean ignoreReprint, String... openIds)
openid群发图文消息String[]
WeixinProxy. massArticleByTagId(List<MpArticle> articles, int tagId, boolean ignoreReprint)
标签群发图文消息String
WeixinProxy. uploadMassArticle(List<MpArticle> articles)
上传群发的图文消息,一个图文消息支持1到10条图文String
WeixinProxy. uploadMaterialArticle(List<MpArticle> articles)
上传永久图文素材 -
Uses of MpArticle in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api that return types with arguments of type MpArticle Modifier and Type Method Description List<MpArticle>
MediaApi. downloadArticle(String mediaId)
下载永久图文素材Methods in com.foxinmy.weixin4j.mp.api with parameters of type MpArticle Modifier and Type Method Description ApiResult
MediaApi. updateMaterialArticle(String mediaId, int index, MpArticle article)
更新永久图文素材Method parameters in com.foxinmy.weixin4j.mp.api with type arguments of type MpArticle Modifier and Type Method Description String[]
MassApi. massArticleByGroupId(List<MpArticle> articles, int groupId)
Deprecated.String[]
MassApi. massArticleByOpenIds(List<MpArticle> articles, boolean ignoreReprint, String... openIds)
openid群发图文消息String[]
MassApi. massArticleByTagId(List<MpArticle> articles, int tagId, boolean ignoreReprint)
标签群发图文消息String
MassApi. uploadArticle(List<MpArticle> articles)
上传图文消息,一个图文消息支持1到10条图文 具备微信支付权限的公众号,在使用高级群发接口上传、群发图文消息类型时,可使用<a>\u6807\u7b7e\u52a0\u5165\u5916\u94feString
MediaApi. uploadMaterialArticle(List<MpArticle> articles)
上传永久图文素材 -
Uses of MpArticle in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy that return types with arguments of type MpArticle Modifier and Type Method Description List<MpArticle>
WeixinProxy. downloadArticle(int agentid, String mediaId)
下载永久图文素材Method parameters in com.foxinmy.weixin4j.qy with type arguments of type MpArticle Modifier and Type Method Description String
WeixinProxy. updateMaterialArticle(int agentid, String mediaId, List<MpArticle> articles)
修改永久图文素材String
WeixinProxy. uploadMaterialArticle(int agentid, List<MpArticle> articles)
上传永久图文素材 -
Uses of MpArticle in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api that return types with arguments of type MpArticle Modifier and Type Method Description List<MpArticle>
MediaApi. downloadArticle(int agentid, String mediaId)
下载永久图文素材Method parameters in com.foxinmy.weixin4j.qy.api with type arguments of type MpArticle Modifier and Type Method Description String
MediaApi. updateMaterialArticle(int agentid, String mediaId, List<MpArticle> articles)
修改永久图文素材String
MediaApi. uploadMaterialArticle(int agentid, List<MpArticle> articles)
上传永久图文素材 -
Uses of MpArticle in com.foxinmy.weixin4j.tuple
Methods in com.foxinmy.weixin4j.tuple that return types with arguments of type MpArticle Modifier and Type Method Description List<MpArticle>
MpNews. getArticles()
List<MpArticle>
MpNews. getFullArticles()
Methods in com.foxinmy.weixin4j.tuple with parameters of type MpArticle Modifier and Type Method Description MpNews
MpNews. addArticle(MpArticle... articles)
MpNews
MpNews. addFirstArticle(MpArticle article)
MpNews
MpNews. addLastArticle(MpArticle article)
Constructors in com.foxinmy.weixin4j.tuple with parameters of type MpArticle Constructor Description MpNews(MpArticle... articles)
群发消息 自动上传List#MpArticle得到mediaId
-