refactor: 切换蝦皮数据到目录接口 (#135)

This commit is contained in:
chengma
2026-08-11 10:16:48 +08:00
parent 8f68845dfd
commit 0588ef18c8
20 changed files with 84 additions and 1043 deletions
-3
View File
@@ -65,9 +65,6 @@ func CSRFMiddleware() gin.HandlerFunc {
case "/pdd/import":
c.Request.Body = http.MaxBytesReader(
c.Writer, c.Request.Body, service.MaxPddUploadBytes+1<<20)
case "/shopee/import":
c.Request.Body = http.MaxBytesReader(
c.Writer, c.Request.Body, service.MaxShopeeUploadBytes+1<<20)
}
submitted := c.PostForm(csrfFieldName)