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

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

@@ -428,7 +428,7 @@ func OnWaybillMsg(req *uuptapi.WaybillCallbackParam) (resp *uuptapi.CallbackResp
func tiktokStatusPush(param *model.Waybill, orderStatus string, lng, lat, vendorOrgCode string) {
result := &utils.RiderInfo{
OrderId: param.VendorOrderID,
ThirdCarrierOrderId: param.VendorOrderID,
ThirdCarrierOrderId: param.VendorWaybillID,
CourierName: param.CourierName,
CourierPhone: param.CourierMobile,
LogisticsProviderCode: utils.UUPTCode,