Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -27,7 +27,7 @@ public class HsCodeInterface { | ... | @@ -27,7 +27,7 @@ public class HsCodeInterface { |
| 27 | @Autowired | 27 | @Autowired |
| 28 | IClearApiHsCodeLogService iClearApiHsCodeLogService; | 28 | IClearApiHsCodeLogService iClearApiHsCodeLogService; |
| 29 | 29 | ||
| 30 | - @ApiOperation(value = "接收HsCode临时数据", httpMethod = "POST", notes = "ex: http://192.168.1.71:8080/hscode/hscodeRequest") | 30 | + @ApiOperation(value = "获取hscode数据", httpMethod = "POST", notes = "ex: http://192.168.1.71:8080/hscode/hscodeRequest") |
| 31 | @PostMapping("/hscodeRequest") | 31 | @PostMapping("/hscodeRequest") |
| 32 | @ResponseBody | 32 | @ResponseBody |
| 33 | public ResultHsCode hscodeRequest(HttpServletRequest request | 33 | public ResultHsCode hscodeRequest(HttpServletRequest request | ... | ... |
-
Please register or login to post a comment