add debug log

This commit is contained in:
2025-06-14 14:41:06 +08:00
parent ae59eabe6f
commit a738c711de
2 changed files with 2 additions and 1 deletions

View File

@@ -257,7 +257,7 @@ func initServices(c config.Config, userAuthModel model.UserAuthModel, westDexSer
userModels userModels, adminModels adminModels) services {
alipayService := service.NewAliPayService(c)
wechatPayService := service.NewWechatPayService(c, userAuthModel, service.InitTypeWxPayPubKey)
wechatPayService := service.NewWechatPayService(c, userAuthModel, service.InitTypeWxPayPubKey)
applePayService := service.NewApplePayService(c)
apiRequestService := service.NewApiRequestService(c, westDexService, yushanService, featureModel, productFeatureModel)
verificationService := service.NewVerificationService(c, westDexService, apiRequestService)