# 埋点接口清单 本文档列出了所有已添加埋点注解(`@TrackEvent`)的接口方法。 ## 一、流量数据(TRAFFIC) | 序号 | 接口路径 | HTTP方法 | 方法名 | 所在类 | 事件类型 | |------|---------|---------|--------|--------|---------| | 1 | `/aiSearch/search` | POST | `search` | `AiSearchController` | SEARCH | | 2 | `/store/info/getClientStoreDetail` | GET | `getClientStoreDetail` | `StoreInfoController` | VIEW | | 3 | `/userStore/getStoreDetailById` | GET | `getStoreDetailById` | `UserStoreController` | VIEW | ## 二、互动数据(INTERACTION) | 序号 | 接口路径 | HTTP方法 | 方法名 | 所在类 | 事件类型 | |------|---------|---------|--------|--------|---------| | 4 | `/collect/addCollect` | POST | `addCollect` | `LifeCollectController` | COLLECT | | 5 | `/storeClockIn/addStoreClockIn` | POST | `addStoreClockIn` | `StoreClockInController` | CHECKIN | | 6 | `/renovation/requirement/consultRequirement` | POST | `consultRequirement` | `StoreRenovationRequirementController` | CONSULT | | 7 | `/userDynamics/addOrUpdate` | POST | `addOrUpdate` | `LifeUserDynamicsController` | POST_PUBLISH | | 8 | `/comment/like` | POST | `like` | `LifeCommentController` | POST_LIKE | | 9 | `/commonComment/addComment` | POST | `addComment` | `CommonCommentController` | POST_COMMENT | | 10 | `/user-violation/reporting` | POST | `reporting` | `UserViolationController` | REPORT | | 11 | `/life-blacklist/blackList` | POST | `blackList` | `LifeBlacklistController` | BLOCK | ## 三、服务质量(SERVICE) | 序号 | 接口路径 | HTTP方法 | 方法名 | 所在类 | 事件类型 | |------|---------|---------|--------|--------|---------| | 12 | `/commonRating/addRating` | POST | `add` | `CommonRatingController` | RATING_ADD | | 13 | `/commentAppeal/submit` | POST | `submitAppeal` | `CommentAppealController` | APPEAL | ## 四、价目表(PRICE) | 序号 | 接口路径 | HTTP方法 | 方法名 | 所在类 | 事件类型 | |------|---------|---------|--------|--------|---------| | 14 | `/cuisine/getPage` | GET | `getPage` | `StoreCuisineController` | PRICE_VIEW | | 15 | `/price/getPage` | GET | `getPage` | `StorePriceController` | PRICE_VIEW | ## 五、优惠券(COUPON) | 序号 | 接口路径 | HTTP方法 | 方法名 | 所在类 | 事件类型 | |------|---------|---------|--------|--------|---------| | 16 | `/life-discount-coupon-store-friend/setFriendCoupon` | POST | `setFriendCoupon` | `LifeDiscountCouponStoreFriendController` | COUPON_GIVE | | 17 | `/coupon/verify` | GET | `verify` | `LifeCouponController` | COUPON_USE | ## 统计汇总 - **总接口数**:17个 - **流量数据**:3个 - **互动数据**:8个 - **服务质量**:2个 - **价目表**:2个 - **优惠券**:2个 --- **文档版本**:v1.1 **最后更新**:2026-01-14