配置修改

This commit is contained in:
2026-04-18 14:26:02 +08:00
parent ab7ed34646
commit 32c361309a

View File

@ -22,7 +22,7 @@ class ShopLogic extends Logic
/** /**
* 获取店铺信息 * 获取店铺信息
*/ */
public static function getShopInfo($city_id,$shopId, $userId, $params = []) public static function getShopInfo($shopId, $userId, $params = [])
{ {
// 记录统计信息(访问商铺用户量) // 记录统计信息(访问商铺用户量)
Event::listen('ShopStat', 'app\common\listener\ShopStat'); Event::listen('ShopStat', 'app\common\listener\ShopStat');