完善二维码池 OCR 配置与识别
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user