🎨 #2476【公众号】客服消息增加草稿箱图文消息类型

This commit is contained in:
JCLee
2021-12-31 15:04:07 +08:00
committed by GitHub
parent a647fe8c5b
commit fd8e02a81a
5 changed files with 61 additions and 0 deletions

View File

@@ -126,6 +126,11 @@ public class WxConsts {
* 模板卡片消息.
*/
public static final String TEMPLATE_CARD = "template_card";
/**
* 发送图文消息(点击跳转到图文消息页面)使用通过 “发布” 系列接口得到的 article_id(草稿箱功能上线后不再支持客服接口中带 media_id 的 mpnews 类型的图文消息)
*/
public static final String MP_NEWS_ARTICLE = "mpnewsarticle";
}
/**