This commit is contained in:
richboo111
2023-01-31 15:33:51 +08:00
parent 2b46f5965d
commit c530e4db5d
6 changed files with 25 additions and 23 deletions

View File

@@ -57,7 +57,7 @@ func (c *PurchaseHandler) callbackMsg2Waybill(tag, orderId string, data interfac
VendorOrderID: utils.Int64ToStr(req.ShopOrderID),
OrderVendorID: model.VendorIDDD,
VendorWaybillID: req.TrackNo,
WaybillVendorID: model.VendorIDDYPS,
WaybillVendorID: model.VendorIDDD,
CourierName: req.RiderName,
CourierMobile: req.RiderPhone,
VendorStatus: utils.Int64ToStr(req.ShipmentStatus),