|
@@ -571,4 +571,8 @@ public interface RmsFeign {
|
|
|
@ApiOperation(value = "根据carrierSSOId查询承运商")
|
|
|
@PostMapping(value = "api/v1/rms/rmscapacity/getCarrierNameBySSOId")
|
|
|
Map<String, Object> getCarrierNameBySSOId(@RequestParam("carrierSSOId") String carrierSSOId);
|
|
|
+
|
|
|
+ @ApiOperation(value = "边输边查收货客户父节点")
|
|
|
+ @PostMapping(value = "api/v1/rms/rmsconsignee/getConsigneeFarId")
|
|
|
+ Map<String, Object> getConsigneeFarId(@RequestParam("state") String state);
|
|
|
}
|