mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-09 17:39:12 +08:00
#921 企业微信发送应用消息接口支持Markdown消息格式
This commit is contained in:
@ -62,6 +62,11 @@ public class WxConsts {
|
||||
* 图文消息(点击跳转到图文消息页面).
|
||||
*/
|
||||
public static final String MPNEWS = "mpnews";
|
||||
/**
|
||||
* markdown消息.
|
||||
* (目前仅支持markdown语法的子集,微工作台(原企业号)不支持展示markdown消息)
|
||||
*/
|
||||
public static final String MARKDOWN = "markdown";
|
||||
/**
|
||||
* 发送文件(CP专用).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user