This commit is contained in:
richboo111
2022-12-26 17:30:45 +08:00
parent 9ae785793b
commit 670a3750fe

View File

@@ -88,7 +88,7 @@ func (c *DeliveryHandler) CreateWaybill(order *model.GoodsOrder, maxDeliveryFee
return nil, errors.New("获取抖音平台账号信息失败,请重试")
}
apiObj := getAPI(relInfo.VendorOrgCode)
if order.VendorID != model.VendorIDDYPS {
if order.VendorID != model.VendorIDDD {
return nil, errors.New("非抖音平台店铺不可发抖音配送")
}
bill = &model.Waybill{