修改抖音运单状态变化推送

This commit is contained in:
邹宗楠
2023-12-15 15:46:05 +08:00
parent 145775ca23
commit 53c22d4468
8 changed files with 14 additions and 13 deletions

View File

@@ -156,7 +156,7 @@ func (c *DeliveryHandler) onWaybillMsg(msg *mtpsapi.CallbackOrderMsg) (retVal *m
func pushMTPSToTiktok(msgStatus int, order *model.Waybill, lng, lat, vendorOrgCode string) {
result := &utils.RiderInfo{
OrderId: order.VendorOrderID,
ThirdCarrierOrderId: order.VendorOrderID,
ThirdCarrierOrderId: order.VendorWaybillID,
CourierName: order.CourierName,
CourierPhone: order.CourierMobile,
LogisticsProviderCode: utils.MTPsCode,