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-03-15 18:03:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b1b187db773a3a160eb5888992e5dcf11572746d
b1b187db
1 parent
da374030
注释修改
mt 2022年3月15日18:03:21
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/com/erry/iclear/dateInterface/api/BasfDataInterface.java
src/main/java/com/erry/iclear/dateInterface/api/BasfDataInterface.java
View file @
b1b187d
...
...
@@ -62,7 +62,7 @@ public class BasfDataInterface {
String
iclearCSubmitUrl
;
@ApiOperation
(
value
=
"BASF推送运单数据"
,
httpMethod
=
"POST"
,
notes
=
"ex: http://192.168.1.75:8080/
customs
/sendMawbBasf"
)
@ApiOperation
(
value
=
"BASF推送运单数据"
,
httpMethod
=
"POST"
,
notes
=
"ex: http://192.168.1.75:8080/
basf
/sendMawbBasf"
)
@PostMapping
(
"/sendMawbBasf"
)
@ResponseBody
public
ResultRS
sendMawbBasf
(
HttpServletRequest
request
...
...
@@ -166,7 +166,7 @@ public class BasfDataInterface {
return
result
;
}
@ApiOperation
(
value
=
"BASF获取申报信息"
,
httpMethod
=
"POST"
,
notes
=
"ex: http://192.168.1.75:8080/
customs
/selectDecListBasf"
)
@ApiOperation
(
value
=
"BASF获取申报信息"
,
httpMethod
=
"POST"
,
notes
=
"ex: http://192.168.1.75:8080/
basf
/selectDecListBasf"
)
@PostMapping
(
"/selectDecListBasf"
)
@ResponseBody
public
BasfResultChmRS
selectDecListBasf
(
HttpServletRequest
request
...
...
Please
register
or
login
to post a comment