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-12-12 14:45:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ecfd198a7e81c2f843fb2bd87dc9e713f401f24e
ecfd198a
1 parent
00da745d
添加 | API调用应用地址,只能使用内网地址调用,外网无法访问调整
mt 2023年12月12日14:45:05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/main/resources/application-prod.properties
src/main/resources/application-test.properties
src/main/resources/application-prod.properties
View file @
ecfd198
...
...
@@ -11,7 +11,7 @@ task.pushErrorDeclareDate=0 0/30 * * * ?
#\u76D1\u542Ciclear\u8282\u70B9\u662F\u5426\u6B63\u5E38\u5B9A\u65F6\u4EFB\u52A1\u95F4\u9694
task.monitorIclearNodes
=
0 0/5 * * * ?
api.base-
address
=
https://
declaration.fedex.com.cn
/Exp
api.base-
address
=
https://
exp.cndczmd.apac.fedex.com:9002
/Exp
#\u83B7\u53D6token\u8D26\u53F7
api.token-
info.username
=
iclear_export_prod
#\u83B7\u53D6token\u5BC6\u7801
...
...
src/main/resources/application-test.properties
View file @
ecfd198
...
...
@@ -11,7 +11,7 @@ task.pushErrorDeclareDate=0 0/3 * * * ?
#\u76D1\u542Ciclear\u8282\u70B9\u662F\u5426\u6B63\u5E38\u5B9A\u65F6\u4EFB\u52A1\u95F4\u9694
task.monitorIclearNodes
=
0 0/5 * * * ?
api.base-
address
=
https://
iclearexpuat.fedex.com.cn/Exp/
api.base-
address
=
https://
expuat.cndczmd.apac.fedex.com:9102/Exp
#\u83B7\u53D6token\u8D26\u53F7
api.token-
info.username
=
iclear_external_ctm
#\u83B7\u53D6token\u5BC6\u7801
...
...
Please
register
or
login
to post a comment