fix: 允许已采集 PDD 商品重新采集 (#121)
This commit is contained in:
@@ -68,6 +68,7 @@ func Register(r *gin.Engine, db *sql.DB, onlineThreshold time.Duration) {
|
||||
pages.POST("/pdd/import", h.PddImport)
|
||||
pages.POST("/pdd/save", h.PddSave)
|
||||
pages.POST("/pdd/collect", h.PddCollect)
|
||||
pages.POST("/pdd/recollect", h.PddRecollect)
|
||||
pages.POST("/pdd/delete", h.PddDelete)
|
||||
|
||||
// 3. 顺运宝数据
|
||||
|
||||
Reference in New Issue
Block a user