diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 472472cc6..5b339b4b6 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -6093,6 +6093,6 @@ func BatchCreateFreeShipTemplate(relInfo map[string][]tiktok_store.RelInfo, ship return "", nil } -func GetVendorStoreBind(vendorStoreId string, vendorId int) (string, error) { +func GetVendorStoreBind(vendorStoreId string, vendorId int) (int, error) { return dao.GetCodeAndIDByMeiTuan(vendorStoreId, vendorId) }