1
This commit is contained in:
@@ -190,10 +190,11 @@ func OnWaybillMsg(tag, orderId string, data interface{}) (response *tiktok_api.C
|
||||
VendorOrderID: utils.Int64ToStr(req.ShopOrderID),
|
||||
VendorWaybillID: req.TrackNo,
|
||||
VendorWaybillID2: utils.Int64ToStr(req.AfterSaleID),
|
||||
WaybillVendorID: model.VendorIDDD,
|
||||
WaybillVendorID: model.VendorIDDYPS,
|
||||
OrderVendorID: model.VendorIDDD,
|
||||
CourierName: req.RiderName,
|
||||
CourierMobile: req.RiderPhone,
|
||||
VendorStatus: tiktok_api.ShipmentStatus[req.ShipmentStatus],
|
||||
VendorStatus: utils.Int64ToStr(req.ShipmentStatus),
|
||||
StatusTime: utils.Str2Time(req.OccurredTime),
|
||||
Remark: "",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user