This commit is contained in:
2023-08-17 10:07:35 +08:00
3 changed files with 34 additions and 6 deletions

View File

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