Browse Source

注册短链

三七 2 months ago
parent
commit
b27af5a8ed

+ 0 - 1
fs-service-system/src/main/java/com/fs/qw/service/impl/QwExternalContactServiceImpl.java

@@ -2643,7 +2643,6 @@ public class QwExternalContactServiceImpl extends ServiceImpl<QwExternalContactM
         String json = sysConfigService.selectConfigByKey("course.config");
         CourseConfig config = JSON.parseObject(json, CourseConfig.class);
 
-
         attachments.forEach(att -> {
             // 生成短链的条件判断
             if ("link".equals(att.getMsgtype())