feat(系统设置): 飞书机器人
This commit is contained in:
parent
560883fbfb
commit
71738935e6
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue