sync: soul-api 路由 | 原因: 后端路由修改
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
// ----- 分销 -----
|
||||
|
||||
Reference in New Issue
Block a user