diff --git a/soul-api/internal/router/router.go b/soul-api/internal/router/router.go index 7c7fb961..b7402001 100644 --- a/soul-api/internal/router/router.go +++ b/soul-api/internal/router/router.go @@ -152,6 +152,7 @@ func Setup(cfg *config.Config) *gin.Engine { db.POST("/match-records/test", handler.DBMatchRecordInsertTest) db.GET("/match-pool-counts", handler.DBMatchPoolCounts) db.GET("/ckb-plan-stats", handler.CKBPlanStats) + db.GET("/ckb-leads", handler.DBCKBLeadList) db.GET("/mentors", handler.DBMentorsList) db.POST("/mentors", handler.DBMentorsAction) db.PUT("/mentors", handler.DBMentorsAction) diff --git a/开发文档/1、需求/修改/images/2026-03-08-17-10-32.png b/开发文档/1、需求/修改/images/2026-03-08-17-10-32.png new file mode 100644 index 00000000..af310b88 Binary files /dev/null and b/开发文档/1、需求/修改/images/2026-03-08-17-10-32.png differ