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
yi.wang
2021-09-03 13:39:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4e2acfa48704cdff4be3b7bf7a08de923956c527
4e2acfa4
1 parent
ff9505a4
修改上传失败数据运行时间
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
src/main/resources/application-dev.yml
src/main/resources/application-prod.yml
src/main/resources/application-test.yml
src/main/resources/application-dev.yml
View file @
4e2acfa
...
...
@@ -12,9 +12,9 @@ task:
#推送完整报文
pushMawbTask
:
0 0/1 * * * ?
#推送失败的回执数据
pushErrorReturnDate
:
0 0/
1
* * * ?
pushErrorReturnDate
:
0 0/
30
* * * ?
#推送失败的申报数据
pushErrorDeclareDate
:
0 0/
1
* * * ?
pushErrorDeclareDate
:
0 0/
30
* * * ?
#推送地址
...
...
src/main/resources/application-prod.yml
View file @
4e2acfa
...
...
@@ -12,9 +12,9 @@ task:
#推送完整报文
pushMawbTask
:
0 0/1 * * * ?
#推送失败的回执数据
pushErrorReturnDate
:
0 0/
1
* * * ?
pushErrorReturnDate
:
0 0/
30
* * * ?
#推送失败的申报数据
pushErrorDeclareDate
:
0 0/
1
* * * ?
pushErrorDeclareDate
:
0 0/
30
* * * ?
#推送地址
api
:
...
...
src/main/resources/application-test.yml
View file @
4e2acfa
...
...
@@ -12,9 +12,9 @@ task:
#推送完整报文
pushMawbTask
:
0 0/1 * * * ?
#推送失败的回执数据
pushErrorReturnDate
:
0 0/
1
* * * ?
pushErrorReturnDate
:
0 0/
30
* * * ?
#推送失败的申报数据
pushErrorDeclareDate
:
0 0/
1
* * * ?
pushErrorDeclareDate
:
0 0/
30
* * * ?
#推送地址
api
:
...
...
Please
register
or
login
to post a comment