mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-09-19 18:22:27 +08:00
#921 企业微信发送应用消息接口支持Markdown消息格式
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>weixin-java-common</artifactId>
|
||||
<name>WxJava - Common</name>
|
||||
<name>WxJava - Common Java SDK</name>
|
||||
<description>微信开发Java SDK公共模块</description>
|
||||
|
||||
<dependencies>
|
||||
|
@@ -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