Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tao.mo
2023-08-10 17:37:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d6f1fa7853b2974f5a56cb3003046559906bf01c
d6f1fa78
1 parent
e97cca0d
更改邮件接收地址
mt 2023年8月10日17:37:13
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
6 deletions
src/main/resources/application-dev.properties
src/main/resources/application-prod.properties
src/main/resources/application-test.properties
src/main/resources/application.properties
src/test/java/com/erry/iclear/dateInterface/ApiTest.java
src/main/resources/application-dev.properties
View file @
d6f1fa7
...
...
@@ -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
...
...
src/main/resources/application-prod.properties
View file @
d6f1fa7
...
...
@@ -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
...
...
src/main/resources/application-test.properties
View file @
d6f1fa7
...
...
@@ -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
...
...
src/main/resources/application.properties
View file @
d6f1fa7
...
...
@@ -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
...
...
src/test/java/com/erry/iclear/dateInterface/ApiTest.java
View file @
d6f1fa7
...
...
@@ -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类申报的数据落地接口
...
...
Please
register
or
login
to post a comment