feat: 增加顺运宝批量 AI 规格匹配 (#202)
This commit is contained in:
@@ -89,6 +89,8 @@ func Register(r *gin.Engine, db *sql.DB, onlineThreshold time.Duration, aiSecret
|
||||
pages.POST("/syb/collect-pdd", h.SybCollectPdd)
|
||||
pages.POST("/syb/collect-pdd-batch", h.SybCollectPddBatch)
|
||||
pages.POST("/syb/match", h.SybMatch)
|
||||
pages.POST("/syb/ai-match", h.SybAIMatchCreate)
|
||||
pages.GET("/syb/ai-match/:batch_id", h.SybAIMatchStatus)
|
||||
pages.POST("/syb/create-task", h.SybCreateTask)
|
||||
pages.POST("/syb/delete", h.SybDelete)
|
||||
pages.GET("/syb/shops", AdminRequired(), func(c *gin.Context) { c.Redirect(http.StatusMovedPermanently, "/shops") })
|
||||
|
||||
Reference in New Issue
Block a user