|
|
@@ -24,6 +24,6 @@ public interface PrintReceiptContentClient {
|
|
|
* @param request 小票内容查询参数
|
|
|
* @return 小票打印内容
|
|
|
*/
|
|
|
- @PostMapping("${external-system.print-receipt.content-path:/waybill/transport-info}")
|
|
|
+ @PostMapping("${external-system.print-receipt.content-path:/waybill/transportInfo}")
|
|
|
BaseResult<TradeOrderTransportInfoResp> queryTransportInfoByWaybillNo(@RequestBody WaybillTransportQueryReq request);
|
|
|
}
|