|
@@ -285,7 +285,8 @@ public interface BmsshipFeign {
|
|
@RequestParam("apiId") Integer apiId,
|
|
@RequestParam("apiId") Integer apiId,
|
|
@RequestParam("startTime") String startTime,
|
|
@RequestParam("startTime") String startTime,
|
|
@RequestParam("feeType")Integer feeType,
|
|
@RequestParam("feeType")Integer feeType,
|
|
- @RequestParam("endTime") String endTime);
|
|
|
|
|
|
+ @RequestParam("endTime") String endTime,
|
|
|
|
+ @RequestParam("con") String con);
|
|
|
|
|
|
@PostMapping(value = "/api/v1/bmsship/bmsporthandlingfee/getBmsshipFee/{id}")
|
|
@PostMapping(value = "/api/v1/bmsship/bmsporthandlingfee/getBmsshipFee/{id}")
|
|
Map<String, Object> getBmsshipFee(@PathVariable("id") Integer id);
|
|
Map<String, Object> getBmsshipFee(@PathVariable("id") Integer id);
|