完善二维码池 OCR 配置与识别

This commit is contained in:
yml
2026-06-18 15:22:46 +08:00
parent e8bdf574f4
commit 35f2d93fdf
16 changed files with 1025 additions and 48 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ type ConfigDTO struct {
}
type UpdateRequest struct {
Value string `json:"value" binding:"required"`
Value string `json:"value"`
Description string `json:"description"`
}