🎨 #2541 【企业微信】发送群聊机器人消息接口增加对文件类型的支持

This commit is contained in:
zhongjun
2022-05-17 13:52:15 +08:00
committed by GitHub
parent 19c311391e
commit 5da9fb30aa
4 changed files with 35 additions and 5 deletions

View File

@@ -374,6 +374,12 @@ public class WxCpConsts {
* 图文消息(点击跳转到外链).
*/
public static final String NEWS = "news";
/**
* 文件类型消息.
*/
public static final String FILE = "file";
}
/**