#1075 企业微信支持推送小程序通知消息

This commit is contained in:
Binary Wang
2019-06-16 21:35:18 +08:00
parent cb4e3f3eb0
commit a4f5aa341b
4 changed files with 144 additions and 12 deletions

View File

@@ -98,6 +98,11 @@ public class WxConsts {
* 菜单消息.
*/
public static final String MSGMENU = "msgmenu";
/**
* 小程序通知消息.
*/
public static final String MINIPROGRAM_NOTICE = "miniprogram_notice";
}
/**