Commit 4e04a3384e694c88b2c2a5b1bf38b84371859b0d
1 parent
14511826
1.TrafficManager通知邮件地址修改
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/service/impl/TrafficManageServiceImpl.java
| @@ -154,7 +154,7 @@ public class TrafficManageServiceImpl implements TrafficManageService{ | @@ -154,7 +154,7 @@ public class TrafficManageServiceImpl implements TrafficManageService{ | ||
| 154 | // 密码 | 154 | // 密码 |
| 155 | private final String passwordUp = "user"; | 155 | private final String passwordUp = "user"; |
| 156 | // 接收邮件人 | 156 | // 接收邮件人 |
| 157 | - private final String emailSendToAddress = "175912183@qq.com"; | 157 | + private final String emailSendToAddress = "113252620@qq.com"; |
| 158 | // 记录路单上线的成功、失败线路数 | 158 | // 记录路单上线的成功、失败线路数 |
| 159 | private Integer countSuccess,countFailure; | 159 | private Integer countSuccess,countFailure; |
| 160 | 160 |