mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 #2541 【企业微信】发送群聊机器人消息接口增加对文件类型的支持
This commit is contained in:
@@ -374,6 +374,12 @@ public class WxCpConsts {
|
||||
* 图文消息(点击跳转到外链).
|
||||
*/
|
||||
public static final String NEWS = "news";
|
||||
|
||||
/**
|
||||
* 文件类型消息.
|
||||
*/
|
||||
public static final String FILE = "file";
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user