Showing
1 changed file
with
12 additions
and
0 deletions
@@ -465,6 +465,18 @@ class ListModel | @@ -465,6 +465,18 @@ class ListModel | ||
465 | return ShopData::getShopInfoByBrandDomain($domain); | 465 | return ShopData::getShopInfoByBrandDomain($domain); |
466 | } | 466 | } |
467 | 467 | ||
468 | + | ||
469 | + /** | ||
470 | + * 通过店铺 ID 获取店铺信息 | ||
471 | + * @param $shopId | ||
472 | + * @param $uid | ||
473 | + * @return array | ||
474 | + */ | ||
475 | + public static function getShopInfoById($shopId, $uid) | ||
476 | + { | ||
477 | + return ListData::getShopInfo($shopId, $uid); | ||
478 | + } | ||
479 | + | ||
468 | /** | 480 | /** |
469 | * 获取店铺基础模板banner | 481 | * 获取店铺基础模板banner |
470 | * @return string | 482 | * @return string |
-
Please register or login to post a comment