多商户配置

This commit is contained in:
2023-08-15 16:38:26 +08:00
parent 253a527b7b
commit 7898bf8b45

View File

@@ -41,13 +41,13 @@ public class InitializeAdapayConfig implements CommandLineRunner {
/*
单商户
*/
// singleMerchant();
singleMerchant();
/*
多商户
目前有jsowell和xixiao
*/
multiMerchant();
// multiMerchant();
}
/**