Parcourir la source

改造sop发送飞书链接逻辑2

cgp il y a 1 semaine
Parent
commit
06c7b4eb30

+ 4 - 0
fs-ipad-task/src/main/java/com/fs/app/service/IpadSendServer.java

@@ -619,6 +619,10 @@ public class IpadSendServer {
                         qwSopLogsService.updateQwSopLogsByWatchLogType(qwSopLogs.getId(), "手机授权发放失败,请重新发送!");
                     }
                     break;
+                case "18":
+                    // 链接
+                    sendLink(vo, content);
+                    break;
                 case "21":
                     content.setSendStatus(0);
                     content.setSendRemarks("短信待发送");