From 670a3750fe266f40443d133a106393ef82fe0d67 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Mon, 26 Dec 2022 17:30:45 +0800 Subject: [PATCH] 1 --- business/partner/delivery/tiktok_store/waybill.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/partner/delivery/tiktok_store/waybill.go b/business/partner/delivery/tiktok_store/waybill.go index 1919d6e86..b8ec58534 100644 --- a/business/partner/delivery/tiktok_store/waybill.go +++ b/business/partner/delivery/tiktok_store/waybill.go @@ -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{