mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-20 18:47:38 +08:00
#1075 企业微信支持推送小程序通知消息
This commit is contained in:
@@ -98,6 +98,11 @@ public class WxConsts {
|
||||
* 菜单消息.
|
||||
*/
|
||||
public static final String MSGMENU = "msgmenu";
|
||||
|
||||
/**
|
||||
* 小程序通知消息.
|
||||
*/
|
||||
public static final String MINIPROGRAM_NOTICE = "miniprogram_notice";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user