1
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user