- 新增 GeoCityService::FindNearestCityId():根据用户坐标反推最近城市ID(使用GeoTransUtil距离计算) - 新增 Hook::OnGoodsListBegin():商品列表查询钩子,注入 produce_region 城市筛选 - 新增 Hook::OnSearchListBegin():搜索列表查询钩子,注入 produce_region 城市筛选 - 新增 Hook::OnSearchListResult():搜索结果后处理钩子,票务商品按 coding 合并(优先选最近演出日期) - SearchService.php:增加 plugins_service_search_goods_list_result 钩子触发点 - event.php:注册新的3个钩子(goods_list_begin / search_list_begin / search_list_result) - config.json:同步注册新钩子 - 新增 DiyHomeCityRouter:根据用户坐标路由到城市专属DIY首页模板 |
||
|---|---|---|
| .. | ||
| admin | ||
| api | ||
| index | ||
| install | ||
| lang | ||
| middleware | ||
| module | ||
| plugins | ||
| route | ||
| service | ||
| tpl | ||
| AppService.php | ||
| BaseController.php | ||
| ExceptionHandle.php | ||
| Request.php | ||
| common.php | ||
| event.php | ||
| middleware.php | ||
| provider.php | ||
| service.php | ||