新增提现实名认证
This commit is contained in:
		| @@ -41,6 +41,7 @@ type ServiceContext struct { | ||||
| 	AgentPlatformDeductionModel       model.AgentPlatformDeductionModel | ||||
| 	AgentActiveStatModel              model.AgentActiveStatModel | ||||
| 	AgentWithdrawalModel              model.AgentWithdrawalModel | ||||
| 	AgentRealNameModel                model.AgentRealNameModel | ||||
| 	ExampleModel                      model.ExampleModel | ||||
| 	GlobalNotificationsModel          model.GlobalNotificationsModel | ||||
| 	AlipayService                     *service.AliPayService | ||||
| @@ -104,6 +105,7 @@ func NewServiceContext(c config.Config) *ServiceContext { | ||||
| 	agentPlatformDeductionModel := model.NewAgentPlatformDeductionModel(db, c.CacheRedis) | ||||
| 	agentActiveStatModel := model.NewAgentActiveStatModel(db, c.CacheRedis) | ||||
| 	agentWithdrawalModel := model.NewAgentWithdrawalModel(db, c.CacheRedis) | ||||
| 	agentRealNameModel := model.NewAgentRealNameModel(db, c.CacheRedis) | ||||
| 	exampleModel := model.NewExampleModel(db, c.CacheRedis) | ||||
|  | ||||
| 	alipayService := service.NewAliPayService(c) | ||||
| @@ -156,6 +158,7 @@ func NewServiceContext(c config.Config) *ServiceContext { | ||||
| 		AgentPlatformDeductionModel:       agentPlatformDeductionModel, | ||||
| 		AgentActiveStatModel:              agentActiveStatModel, | ||||
| 		AgentWithdrawalModel:              agentWithdrawalModel, | ||||
| 		AgentRealNameModel:                agentRealNameModel, | ||||
| 		ExampleModel:                      exampleModel, | ||||
| 		UserService:                       userService, | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user