feat(系统设置): 飞书机器人

This commit is contained in:
wenyann 2021-04-09 16:12:48 +08:00 committed by 刘瑞斌
parent 560883fbfb
commit 71738935e6
2 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,6 @@
package io.metersphere.notice.sender.impl;
import io.metersphere.notice.domain.MessageDetail;
import io.metersphere.notice.message.TextMessage;
import io.metersphere.notice.sender.AbstractNoticeSender;
import io.metersphere.notice.sender.NoticeModel;
import io.metersphere.notice.util.LarkClient;

View File

@ -2,8 +2,6 @@ package io.metersphere.notice.util;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import io.metersphere.notice.message.Message;
import org.apache.http.HttpResponse;
import org.apache.http.HttpStatus;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpPost;