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:08:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d7570bbc142b26573ebf7cd5a9297016cd24ca7b
d7570bbc
1 parent
847d01e6
注释修改
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/HsCodeInterface.java
src/main/java/com/erry/iclear/dateInterface/api/HsCodeInterface.java
View file @
d7570bb
...
...
@@ -27,7 +27,7 @@ public class HsCodeInterface {
@Autowired
IClearApiHsCodeLogService
iClearApiHsCodeLogService
;
@ApiOperation
(
value
=
"
接收HsCode临时
数据"
,
httpMethod
=
"POST"
,
notes
=
"ex: http://192.168.1.71:8080/hscode/hscodeRequest"
)
@ApiOperation
(
value
=
"
获取hscode
数据"
,
httpMethod
=
"POST"
,
notes
=
"ex: http://192.168.1.71:8080/hscode/hscodeRequest"
)
@PostMapping
(
"/hscodeRequest"
)
@ResponseBody
public
ResultHsCode
hscodeRequest
(
HttpServletRequest
request
...
...
Please
register
or
login
to post a comment