|
|
@@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.RequestBody;
|
|
|
*/
|
|
|
@FeignClient(
|
|
|
name = "${external-system.print-receipt.service-id:sckw-ng-transport}",
|
|
|
- url = "${external-system.print-receipt.base-path:http://118.116.4.155:48885/kwtWaybillOrder}"
|
|
|
+ path = "${external-system.print-receipt.base-path:/kwtWaybillOrder}"
|
|
|
)
|
|
|
public interface PrintReceiptContentClient {
|
|
|
|