This commit is contained in:
邹宗楠
2024-06-12 14:29:39 +08:00
parent 6669d00761
commit 2e786d8db4
2 changed files with 2 additions and 3 deletions

View File

@@ -227,8 +227,7 @@ func (p *PurchaseHandler) GetOrderRider(vendorOrgCode, vendorStoreID string, par
deliveryInfoList = append(deliveryInfoList, deliverInfo)
logisticInfo.DeliveryInfoList = deliveryInfoList
getAPI(vendorOrgCode).ReceiveLogisticInfoForOpenApiPlatform(logisticInfo)
return nil
return getAPI(vendorOrgCode).ReceiveLogisticInfoForOpenApiPlatform(logisticInfo)
}
func OrderDeliveryCoordinate(vendorOrgCode string, param map[string]interface{}) error {