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
2022-08-19 16:08:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3428818883cbfb43e68b874143bba77f96474805
34288188
1 parent
88dcdad4
修改接口提示信息
mt 2022年8月19日16:08:28
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/main/java/com/erry/iclear/dateInterface/api/CustomsDataInterface.java
src/main/java/com/erry/iclear/dateInterface/api/FedexDataInterface.java
src/main/java/com/erry/iclear/dateInterface/api/CustomsDataInterface.java
View file @
3428818
...
...
@@ -42,7 +42,7 @@ public class CustomsDataInterface {
private
ChmConsignmentDetailService
chmConsignmentDetailService
;
@ApiOperation
(
value
=
"推送主单数据"
,
httpMethod
=
"POST"
,
notes
=
"ex: http://192.168.1.75:8080/customs/sendMawb"
)
@ApiOperation
(
value
=
"
D类
推送主单数据"
,
httpMethod
=
"POST"
,
notes
=
"ex: http://192.168.1.75:8080/customs/sendMawb"
)
@PostMapping
(
"/sendMawb"
)
@ResponseBody
public
ResultRS
sendMawb
(
HttpServletRequest
request
...
...
src/main/java/com/erry/iclear/dateInterface/api/FedexDataInterface.java
View file @
3428818
...
...
@@ -127,7 +127,7 @@ public class FedexDataInterface {
@ApiOperation
(
value
=
"Fedex推送运单数据"
,
httpMethod
=
"POST"
,
notes
=
"ex: http://192.168.1.75:8080/fedex/sendMawbFedex"
)
@ApiOperation
(
value
=
"
C类
Fedex推送运单数据"
,
httpMethod
=
"POST"
,
notes
=
"ex: http://192.168.1.75:8080/fedex/sendMawbFedex"
)
@PostMapping
(
"/sendMawbFedex"
)
@ResponseBody
public
ResultRS
sendMawbFedex
(
HttpServletRequest
request
...
...
Please
register
or
login
to post a comment