v2.0
This commit is contained in:
		@@ -103,8 +103,9 @@ func NewServiceContext(c config.Config) *ServiceContext {
 | 
			
		||||
	agentActiveStatModel := model.NewAgentActiveStatModel(db, c.CacheRedis)
 | 
			
		||||
	agentWithdrawalModel := model.NewAgentWithdrawalModel(db, c.CacheRedis)
 | 
			
		||||
	exampleModel := model.NewExampleModel(db, c.CacheRedis)
 | 
			
		||||
 | 
			
		||||
	alipayService := service.NewAliPayService(c)
 | 
			
		||||
	wechatPayService := service.NewWechatPayService(c, userAuthModel)
 | 
			
		||||
	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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user