mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 电单车协议
This commit is contained in:
@@ -16,7 +16,7 @@ import java.util.Map;
|
||||
|
||||
@Slf4j
|
||||
@Component
|
||||
@Order(1)
|
||||
@Order(2)
|
||||
public class InitializeAdapayConfig implements CommandLineRunner {
|
||||
|
||||
@Value("${adapay.debugFlag}")
|
||||
@@ -36,7 +36,6 @@ public class InitializeAdapayConfig implements CommandLineRunner {
|
||||
|
||||
@Override
|
||||
public void run(String... args) throws Exception {
|
||||
log.info(">>>>>>>>>>>>>>>服务启动执行,执行加载数据等操作 InitializeAdapayConfig order 1 <<<<<<<<<<<<<");
|
||||
/*
|
||||
单商户
|
||||
*/
|
||||
@@ -47,6 +46,7 @@ public class InitializeAdapayConfig implements CommandLineRunner {
|
||||
目前有jsowell和xixiao
|
||||
*/
|
||||
multiMerchant();
|
||||
log.info(">>>>>>>>>>>>>>>服务启动执行,执行加载数据等操作 InitializeAdapayConfig order 2 <<<<<<<<<<<<<");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user