|
@@ -532,6 +532,19 @@ public interface TmsTruckFeign {
|
|
|
@PostMapping("api/v1/truckTms/tmstruckreceiptresults/getReceiptPhoto")
|
|
|
String getReceiptPhoto(@RequestParam String orderNumber);
|
|
|
|
|
|
+ @PostMapping("api/v1/truckTms/tmstruckreceiptresults/getReceivingResult")
|
|
|
+ Map<String, Object> getReceivingResult(@RequestBody(required = false) Map<String, Object> mapValue,
|
|
|
+ @RequestParam Integer apiId,
|
|
|
+ @RequestParam Integer pageNum,
|
|
|
+ @RequestParam Integer pageSize,
|
|
|
+ @RequestParam String con,
|
|
|
+ @RequestParam String startTime,
|
|
|
+ @RequestParam String endTime
|
|
|
+ );
|
|
|
+
|
|
|
+ @PostMapping("api/v1/truckTms/tmstruckreceiptresults/getReceivingPhoto")
|
|
|
+ Map<String,Object> getReceivingPhoto(@RequestParam String orderNumber);
|
|
|
+
|
|
|
@PostMapping("/api/v1/truckTms/pathDisplay/fullPath")
|
|
|
public Object fullPath(@RequestParam("orderNumber") String orderNumber) throws Exception;
|
|
|
@PostMapping("/api/v1/truckTms/pathDisplay/getInTransitTransportation")
|