tao.mo

监控节点应用添加peter邮箱

mt
2023年7月28日17:05:17
...@@ -23,7 +23,7 @@ import java.util.Date; ...@@ -23,7 +23,7 @@ import java.util.Date;
23 @Slf4j 23 @Slf4j
24 public class VersionInterface { 24 public class VersionInterface {
25 //当前版本号 25 //当前版本号
26 - final String VERSION = "2.3"; 26 + final String VERSION = "2.4";
27 27
28 @ApiOperation(value = "获取当前API版本", httpMethod = "GET", notes = "ex: http://192.168.1.71:8080/version/version") 28 @ApiOperation(value = "获取当前API版本", httpMethod = "GET", notes = "ex: http://192.168.1.71:8080/version/version")
29 @GetMapping("/version") 29 @GetMapping("/version")
......
...@@ -28,7 +28,7 @@ email_bcc=donotreply@fedex.com ...@@ -28,7 +28,7 @@ email_bcc=donotreply@fedex.com
28 #email link 28 #email link
29 #email_link=http://localhost:8080/Exp 29 #email_link=http://localhost:8080/Exp
30 #user email 30 #user email
31 -send_email=hyssmt@vip.qq.com,li.chang@erry.com 31 +send_email=hyssmt@vip.qq.com,li.chang@erry.com,peterhuang@fedex.com
32 #return_message job email 32 #return_message job email
33 -send_email_msg=hyssmt@vip.qq.com,li.chang@erry.com,yi.zhou@erry.com 33 +send_email_msg=hyssmt@vip.qq.com,li.chang@erry.com,yi.zhou@erry.com,peterhuang@fedex.com
34 send_email_cc=ICE-IClear-Support@erry.com 34 send_email_cc=ICE-IClear-Support@erry.com
......