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-03-20 16:45:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
91e0fb3fd716cbb6b28efd644fc535f32aabedbb
91e0fb3f
1 parent
644255a1
调用IClear校验接口失败返回错误码
mt 2023年3月20日16:45:15
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/main/java/com/erry/iclear/dateInterface/service/FedexService.java
src/main/java/com/erry/iclear/dateInterface/service/FedexService.java
View file @
91e0fb3
...
...
@@ -157,6 +157,8 @@ public class FedexService {
result
.
setMsgUS
(
iclearCheckResponseResult
.
getMessageUS
());
log
.
info
(
"<<<<<<<< checkMawb start >>>>>>>>>> mawb:"
+
gson
.
toJson
(
fedexMawb
)
+
" result :"
+
result
.
getSuccess
()
+
" iclear check response : "
+
json
+
" status : "
+
result
.
getSuccess
());
}
catch
(
Exception
e
){
result
.
setSuccess
(
Boolean
.
FALSE
);
result
.
setCode
(
ErrorCodeEnum
.
ERROR_30101
.
getCode
());
log
.
error
(
"checkMawb() error:"
,
e
);
}
return
result
;
...
...
Please
register
or
login
to post a comment