diff --git a/business/partner/delivery/tiktok_store/waybill.go b/business/partner/delivery/tiktok_store/waybill.go index 38938aa7e..7b63cae19 100644 --- a/business/partner/delivery/tiktok_store/waybill.go +++ b/business/partner/delivery/tiktok_store/waybill.go @@ -32,7 +32,7 @@ func init() { } func (c *DeliveryHandler) GetVendorID() int { - return model.VendorIDDD + return model.VendorIDDYPS } func (c *DeliveryHandler) CreateStore(ctx *jxcontext.Context, storeDetail *dao.StoreDetail2) (vendorStoreID string, status int, err error) {