Tiroble 3 лет назад
Родитель
Сommit
d13f23377a

+ 1 - 1
src/main/java/com/steerinfo/dil/feign/TmsTruckFeign.java

@@ -542,7 +542,7 @@ public interface TmsTruckFeign {
                                          @RequestParam String endTime
     );
 
-    @PostMapping("api/v1/truckTms/tmstruckreceiptresults/getReceivingPhoto")
+    @PostMapping("/api/v1/truckTms/tmstruckreceiptresults/getReceivingPhoto")
     Map<String,Object> getReceivingPhoto(@RequestParam String orderNumber);
 
     @PostMapping("/api/v1/truckTms/pathDisplay/fullPath")

+ 1 - 1
src/main/resources/application-dev.yml

@@ -28,7 +28,7 @@ openfeign:
   WMSHFeign:
     url: ${WMSHFEIGN_URL:172.16.33.162:8013}
   WMSFeign:
-    url: ${WMSFEIGN_URL:172.16.33.162:8012}
+    url: ${WMSFEIGN_URL:172.16.33.162:8093}
   OMSFeign:
     url: ${OMSFEIGN_URL:172.16.33.162:8016}
   RmsFeign: