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:04:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
847d01e6553f0c0c050ede66e6d7d2a3931df6e4
847d01e6
1 parent
b1b187db
注释修改
mt 2022年3月15日18:03:21
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/erry/iclear/dateInterface/api/BasfDataInterface.java
src/main/java/com/erry/iclear/dateInterface/api/BasfDataInterface.java
View file @
847d01e
...
...
@@ -225,7 +225,7 @@ public class BasfDataInterface {
return
result
;
}
@ApiOperation
(
value
=
"BASF获取回执信息"
,
httpMethod
=
"POST"
,
notes
=
"ex: http://192.168.1.75:8080/
customs
/selectChmListBasf"
)
@ApiOperation
(
value
=
"BASF获取回执信息"
,
httpMethod
=
"POST"
,
notes
=
"ex: http://192.168.1.75:8080/
basf
/selectChmListBasf"
)
@PostMapping
(
"/selectChmListBasf"
)
@ResponseBody
public
BasfResultRS
selectChmListBasf
(
HttpServletRequest
request
...
...
Please
register
or
login
to post a comment