#256 企业微信发送消息增加文本卡片消息的支持

This commit is contained in:
Binary Wang
2017-07-02 17:01:51 +08:00
committed by Binary Wang
parent 33ced3daa2
commit 69d869c776
7 changed files with 85 additions and 66 deletions

View File

@@ -35,6 +35,7 @@ public class WxConsts {
public static final String CUSTOM_MSG_NEWS = "news";//图文消息(点击跳转到外链)
public static final String CUSTOM_MSG_MPNEWS = "mpnews";//图文消息(点击跳转到图文消息页面)
public static final String CUSTOM_MSG_FILE = "file";//发送文件CP专用
public static final String CUSTOM_MSG_TEXTCARD = "textcard";//文本卡片消息CP专用
public static final String CUSTOM_MSG_WXCARD = "wxcard";//卡券消息
public static final String CUSTOM_MSG_TRANSFER_CUSTOMER_SERVICE = "transfer_customer_service";
public static final String CUSTOM_MSG_SAFE_NO = "0";