tao.mo

监控节点应用添加peter邮箱

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