mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-15 02:35:08 +08:00
#256 企业微信发送消息增加文本卡片消息的支持
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user