Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -62,7 +62,7 @@ public class BasfDataInterface { | ... | @@ -62,7 +62,7 @@ public class BasfDataInterface { |
| 62 | String iclearCSubmitUrl; | 62 | String iclearCSubmitUrl; |
| 63 | 63 | ||
| 64 | 64 | ||
| 65 | - @ApiOperation(value = "BASF推送运单数据", httpMethod = "POST", notes = "ex: http://192.168.1.75:8080/customs/sendMawbBasf") | 65 | + @ApiOperation(value = "BASF推送运单数据", httpMethod = "POST", notes = "ex: http://192.168.1.75:8080/basf/sendMawbBasf") |
| 66 | @PostMapping("/sendMawbBasf") | 66 | @PostMapping("/sendMawbBasf") |
| 67 | @ResponseBody | 67 | @ResponseBody |
| 68 | public ResultRS sendMawbBasf(HttpServletRequest request | 68 | public ResultRS sendMawbBasf(HttpServletRequest request |
| ... | @@ -166,7 +166,7 @@ public class BasfDataInterface { | ... | @@ -166,7 +166,7 @@ public class BasfDataInterface { |
| 166 | return result; | 166 | return result; |
| 167 | } | 167 | } |
| 168 | 168 | ||
| 169 | - @ApiOperation(value = "BASF获取申报信息", httpMethod = "POST", notes = "ex: http://192.168.1.75:8080/customs/selectDecListBasf") | 169 | + @ApiOperation(value = "BASF获取申报信息", httpMethod = "POST", notes = "ex: http://192.168.1.75:8080/basf/selectDecListBasf") |
| 170 | @PostMapping("/selectDecListBasf") | 170 | @PostMapping("/selectDecListBasf") |
| 171 | @ResponseBody | 171 | @ResponseBody |
| 172 | public BasfResultChmRS selectDecListBasf(HttpServletRequest request | 172 | public BasfResultChmRS selectDecListBasf(HttpServletRequest request | ... | ... |
-
Please register or login to post a comment