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-09-21 15:50:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0221cf76898c924ca6539b461187a0f40b02423b
0221cf76
1 parent
33f217d6
ATM发送报文数据接口调用错误
mt 2023年9月21日15:50:04
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 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 @
0221cf7
...
...
@@ -211,7 +211,6 @@ public class ApiService {
});
this
.
sendMawb
(
token
,
mawbList
);
}
catch
(
Exception
ex
){
log
.
error
(
ex
.
getMessage
(),
ex
);
}
}
...
...
@@ -245,7 +244,7 @@ public class ApiService {
declearTask
.
setPushTime
(
new
Date
());
String
objJson
=
JsonToJava
.
toJson
(
d
);
//推送海关回执数据
String
json
=
HttpUtils
.
doProxyPost
(
this
.
c
ustoms
Url
,
objJson
,
headerMap
,
this
.
proxyUrl
,
this
.
proxyPort
);
String
json
=
HttpUtils
.
doProxyPost
(
this
.
c
ompleteMsg
Url
,
objJson
,
headerMap
,
this
.
proxyUrl
,
this
.
proxyPort
);
log
.
info
(
"sendMawb:"
+
json
);
//接口响应时间
declearTask
.
setResponseTime
(
new
Date
());
...
...
Please
register
or
login
to post a comment