| 程序包 | 说明 |
|---|---|
| com.jeecg.dingtalk.api.message | |
| com.jeecg.dingtalk.api.message.vo |
| 限定符和类型 | 方法和说明 |
|---|---|
static Response<String> |
JdtMessageAPI.sendActionCardMessage(Message<ActionCardMessage> message,
String accessToken)
发送卡片消息
https://developers.dingtalk.com/document/app/asynchronous-sending-of-enterprise-session-messages |
static Response<String> |
JdtMessageAPI.sendFileMessage(Message<FileMessage> message,
String accessToken)
发送文件消息
https://developers.dingtalk.com/document/app/asynchronous-sending-of-enterprise-session-messages |
static Response<String> |
JdtMessageAPI.sendImageMessage(Message<ImageMessage> message,
String accessToken)
发送图片消息
https://developers.dingtalk.com/document/app/asynchronous-sending-of-enterprise-session-messages |
static Response<String> |
JdtMessageAPI.sendLinkMessage(Message<LinkMessage> message,
String accessToken)
发送链接消息
https://developers.dingtalk.com/document/app/asynchronous-sending-of-enterprise-session-messages |
static Response<String> |
JdtMessageAPI.sendMarkdownMessage(Message<MarkdownMessage> message,
String accessToken)
发送Markdown消息
https://developers.dingtalk.com/document/app/asynchronous-sending-of-enterprise-session-messages |
static Response<String> |
JdtMessageAPI.sendTextMessage(Message<TextMessage> message,
String accessToken)
发送文本消息
https://developers.dingtalk.com/document/app/asynchronous-sending-of-enterprise-session-messages |
static Response<String> |
JdtMessageAPI.sendVoiceMessage(Message<VoiceMessage> message,
String accessToken)
发送语音消息
https://developers.dingtalk.com/document/app/asynchronous-sending-of-enterprise-session-messages |
| 限定符和类型 | 方法和说明 |
|---|---|
Message |
Message.setDept_id_list(Collection<String> dept_id_list) |
Message |
Message.setDept_id_list(String... dept_id_list) |
Message |
Message.setTo_all_user(Boolean to_all_user) |
Message |
Message.setUserid_list(Collection<String> userid_list) |
Message |
Message.setUserid_list(String... userid_list) |
Copyright © 2022. All rights reserved.