飞书 机器人 调试

pull/11/head
3y 2 years ago
parent 7419995f55
commit f92df3094d

@ -162,9 +162,9 @@ curl -XPOST "127.0.0.1:8080/send" -H 'Content-Type: application/json' -d '{"co
- [ ] 总体架构已完成,持续做基础建设和优化代码
**近期更新时间**6月8
**近期更新时间**6月27
**近期更新功能**完成接入钉钉机器人渠道所有类型的消息
**近期更新功能**飞书机器人、企业微信机器人部分消息类型接入
## 项目交流

@ -43,8 +43,4 @@ public class FeiShuRobotContentModel extends ContentModel {
*/
private String postContent;
/**
*
*/
private String imagePath;
}

@ -22,6 +22,7 @@ public enum IdType {
ENTERPRISE_USER_ID(60, "enterprise_user_id"),
DING_DING_USER_ID(70, "ding_ding_user_id"),
CID(80, "cid"),
FEI_SHU_USER_ID(90, "fei_shu_user_id"),
;
private Integer code;

@ -13,7 +13,7 @@ import java.util.*;
import java.util.stream.Collectors;
/**
* N
*
* @author cao
* @date 2022-04-20 13:41
*/

@ -17,7 +17,7 @@ import java.util.HashSet;
import java.util.Set;
/**
* N
* rediszset
* @author cao
* @date 2022-04-20 11:34
*/

@ -7,4 +7,5 @@ dingDingRobotAccount = [{"ding_ding_robot_10":{"secret":"234324324324","webhook"
dingDingWorkNoticeAccount =[{"ding_ding_work_notice_10":{"appKey":"23423423","appSecret":"tQpvmkR863dYcuKDVfM23432432432423Nlx_fYLLLlpPJWHvWKbTu","agentId":"1523423423242"}}]
flowControlRule = {"flow_control_40":1}
geTuiAccount = [{"ge_tui_account_10":{"appId":"23423423","appKey":"234234234","masterSecret":"2342342342342"}}]
feiShuAccountRobot = [{"fei_shu_robot_10":{"webhook":"https://open.feishu.cn/open-apis/bot/v2/hook/c24b09ef-9aa3-4aad-9239-a7e05fcaf6ec"}}]
msgTypeSmsConfig = [{"message_type_10":[{"weights":99,"scriptName":"TencentSmsScript"},{"weights":1,"scriptName":"YunPianSmsScript"}]},{"message_type_20":[{"weights":99,"scriptName":"TencentSmsScript"},{"weights":1,"scriptName":"YunPianSmsScript"}]},{"message_type_30":[{"weights":20,"scriptName":"TencentSmsScript"}]},{"message_type_40":[{"weights":20,"scriptName":"TencentSmsScript"}]}]

Loading…
Cancel
Save