update 充值余额接口获取openid通过数据库获取

This commit is contained in:
Lemon
2023-08-16 14:44:03 +08:00
parent d4adac696e
commit b2fe5fcc99
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();
}
/**