#615 公众号客服消息添加 "发送小程序卡片" 类型

This commit is contained in:
Boris
2018-06-06 11:03:48 +08:00
committed by Binary Wang
parent f704b1a538
commit 96e7310143
5 changed files with 128 additions and 16 deletions

View File

@@ -78,6 +78,11 @@ public class WxConsts {
* 转发到客服的消息.
*/
public static final String TRANSFER_CUSTOMER_SERVICE = "transfer_customer_service";
/**
* 小程序卡片(要求小程序与公众号已关联)
*/
public static final String MINIPROGRAMPAGE="miniprogrampage";
}
/**