Commit acfffb8e authored by 王雪飞's avatar 王雪飞

youhua

parent e30bd16a
......@@ -120,7 +120,7 @@ public class LogErrorSendMsgUtil {
responseData = WebV2Utils.doPost(DingTalkHookLogErrorConfig.getUrl(), params, Constants.CHARSET_UTF8,
1000, 1000);
} catch (IOException e) {
e.printStackTrace();
logger.error("访问killbugs发送异常,msg={}",e.getLocalizedMessage());
}
if(responseData.getBody()!=null&&responseData.getBody().contains("ok")){
logger.info("项目名{},环境={},发送成功",project_name,System.getProperty("env"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment