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-02 15:27:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ff9505a4cb2b72ed069b1cafbdbd3689d2784835
ff9505a4
1 parent
cdea8fe4
调用推送接口
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/com/erry/iclear/dateInterface/service/ApiService.java
src/main/java/com/erry/iclear/dateInterface/service/ApiService.java
View file @
ff9505a
...
...
@@ -297,7 +297,7 @@ public class ApiService {
String
nDate
=
DateUtils
.
formatDate
(
noticeDate
,
"yyyy-MM-dd HH:mm:ss"
);
receiptMessage
.
setNoticeDate
(
nDate
);
}
this
.
sendCustoms
(
token
,
receiptMessageList
);
sendCustoms
(
token
,
receiptMessageList
);
}
}
/**
...
...
@@ -311,6 +311,6 @@ public class ApiService {
if
(
declearTaskList
==
null
){
return
;
}
this
.
pushMawbAcc
(
token
,
declearTaskList
);
pushMawbAcc
(
token
,
declearTaskList
);
}
}
...
...
Please
register
or
login
to post a comment