feat(M08-A): 接入充值微信支付调起
This commit is contained in:
@@ -174,7 +174,11 @@ const app = await buildApp({
|
||||
jwtSecret: config.auth.jwtSecret
|
||||
},
|
||||
recharge: {
|
||||
service: new RechargeService(pool, walletLedgerService),
|
||||
service: new RechargeService(pool, walletLedgerService, {
|
||||
paymentRepository,
|
||||
client: wechatPayClient,
|
||||
credentials: wechatCredentials
|
||||
}),
|
||||
authRepository,
|
||||
accessControl,
|
||||
jwtSecret: config.auth.jwtSecret
|
||||
|
||||
Reference in New Issue
Block a user