This commit is contained in:
邹宗楠
2022-12-06 17:35:38 +08:00
parent a1847b2aae
commit f2e7ff0757
5 changed files with 32 additions and 3 deletions

View File

@@ -6102,3 +6102,7 @@ func BatchCreateFreeShipTemplate(relInfo map[string][]tiktok_store.RelInfo, ship
}
return "", nil
}
func GetVendorStoreBind(vendorStoreId string, vendorId int) (string, error) {
return dao.GetCodeAndIDByMeiTuan(vendorStoreId, vendorId)
}