mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-29 09:38:19 +08:00
🎨 #3571【公众号】草稿箱相关接口支持图片文章类型
This commit is contained in:
@ -431,7 +431,7 @@ public class WxConsts {
|
||||
*/
|
||||
public static final String WEAPP_AUDIT_FAIL = "weapp_audit_fail";
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 小程序审核事件:审核延后
|
||||
*/
|
||||
@ -622,4 +622,19 @@ public class WxConsts {
|
||||
*/
|
||||
public static final String MINI_TYPE = "mini";
|
||||
}
|
||||
|
||||
/**
|
||||
* 新建文章类型
|
||||
*/
|
||||
@UtilityClass
|
||||
public static class ArticleType {
|
||||
/**
|
||||
* 图文消息
|
||||
*/
|
||||
public static final String NEWS = "news";
|
||||
/**
|
||||
* 图片消息
|
||||
*/
|
||||
public static final String NEWS_PIC = "newspic";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user