sync: soul-api 路由 | 原因: 后端路由修改

This commit is contained in:
卡若
2026-03-08 08:58:49 +08:00
parent 5835fd9a32
commit 26a60cf89f

View File

@@ -162,6 +162,8 @@ func Setup(cfg *config.Config) *gin.Engine {
// RFM 估值
db.GET("/users/rfm", handler.DBUsersRFM)
db.GET("/users/rfm-single", handler.DBUserRFMSingle)
// 用户旅程总览统计
db.GET("/users/journey-stats", handler.DBUsersJourneyStats)
}
// ----- 分销 -----