🎨 #3571【公众号】草稿箱相关接口支持图片文章类型

This commit is contained in:
阿杆
2025-05-28 15:59:08 +08:00
committed by GitHub
parent f71ac2185c
commit 08e2107667
6 changed files with 291 additions and 6 deletions

View File

@ -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";
}
}