tao.mo

更改邮件接收地址

mt
2023年8月10日17:37:13
......@@ -45,3 +45,7 @@ stamp_file_name=stamp.png
#\u4EE3\u7406\u5730\u5740\uFF08\u5237\u65B0token\u3001\u4F20\u8F93\u6D77\u5173\u56DE\u6267\u5730\u5740\u3001\u63A8\u9001\u5B8C\u6574\u62A5\u6587\u5730\u5740\uFF09
api.address.proxy-url=cn2-proxy.apac.fedex.com
api.address.proxy-port=3128
#return_message job email
send_email_msg=zhouling.zhang@erry.com;
send_email_cc=ICE-IClear-Support@erry.com
\ No newline at end of file
......
......@@ -38,3 +38,7 @@ stamp_file_name=stamp.png
#\u4EE3\u7406\u5730\u5740\uFF08\u5237\u65B0token\u3001\u4F20\u8F93\u6D77\u5173\u56DE\u6267\u5730\u5740\u3001\u63A8\u9001\u5B8C\u6574\u62A5\u6587\u5730\u5740\uFF09
api.address.proxy-url=cn2-proxy.apac.fedex.com
api.address.proxy-port=3128
#return_message job email
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
\ No newline at end of file
......
......@@ -38,3 +38,7 @@ stamp_file_name=stamp.png
#\u4EE3\u7406\u5730\u5740\uFF08\u5237\u65B0token\u3001\u4F20\u8F93\u6D77\u5173\u56DE\u6267\u5730\u5740\u3001\u63A8\u9001\u5B8C\u6574\u62A5\u6587\u5730\u5740\uFF09
api.address.proxy-url=cn2-proxy.apac.fedex.com
api.address.proxy-port=3128
#return_message job email
send_email_msg=zhouling.zhang@erry.com;
send_email_cc=ICE-IClear-Support@erry.com
\ No newline at end of file
......
......@@ -27,8 +27,3 @@ smtp_pwd=
email_bcc=donotreply@fedex.com
#email link
#email_link=http://localhost:8080/Exp
\ No newline at end of file
#user email
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,peterhuang@fedex.com
send_email_cc=ICE-IClear-Support@erry.com
......
......@@ -33,7 +33,7 @@ public class ApiTest {
public static void main(String[] args) throws Exception{
// BASF,iClearExportC,6db193cb4165a71b
System.out.println(new Date(Long.valueOf(timeStamp)));
String token = SHA256Util.getSHA256String("RunaTong" + "iClearExportRunaTong" + "7b05752d1f4b582d" + ApiTest.timeStamp);
String token = SHA256Util.getSHA256String("FSML" + "iClearExportFSML" + "762c6c0571b985f0" + ApiTest.timeStamp);
System.out.println(token);
//D类申报的数据落地接口
......