完善二维码池 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
@@ -203,7 +203,7 @@ type flowServices struct {
}
func newFlowServices(db *gorm.DB) flowServices {
listingRepo := listing.NewRepository(db)
listingRepo := listing.NewRepository(db, nil)
walletRepo := wallet.NewRepository(db)
configRepo := paymentconfig.NewRepository(db, &paymentconfig.MockEncryptor{})
var paymentRepo *payment.Repository