From f2e8f0ae62eea8a81f035b67bc6c965a959b8e73 Mon Sep 17 00:00:00 2001
From: wuzeyu <1223318623@qq.com>
Date: 星期五, 14 六月 2024 10:49:59 +0800
Subject: [PATCH] 修改 充值接口 返回充值ID作为订单号
---
pipIrr-platform/pipIrr-web/pipIrr-mwTest-web/src/main/java/com/dy/pipIrrMwTestWeb/PipIrrMwTestWebApplication.java | 19 ++++---------------
1 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/pipIrr-platform/pipIrr-web/pipIrr-mwTest-web/src/main/java/com/dy/pipIrrMwTestWeb/PipIrrMwTestWebApplication.java b/pipIrr-platform/pipIrr-web/pipIrr-mwTest-web/src/main/java/com/dy/pipIrrMwTestWeb/PipIrrMwTestWebApplication.java
index 699ac63..5567368 100644
--- a/pipIrr-platform/pipIrr-web/pipIrr-mwTest-web/src/main/java/com/dy/pipIrrMwTestWeb/PipIrrMwTestWebApplication.java
+++ b/pipIrr-platform/pipIrr-web/pipIrr-mwTest-web/src/main/java/com/dy/pipIrrMwTestWeb/PipIrrMwTestWebApplication.java
@@ -1,9 +1,7 @@
package com.dy.pipIrrMwTestWeb;
-import com.dy.common.webUtil.BaseResponse;
-import com.dy.pipIrrMwTestWeb.test.Command;
+import com.dy.pipIrrMwTestWeb.test.CommandP206V202404Ctrl;
import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
@@ -28,22 +26,13 @@
})
}
)
-public class PipIrrMwTestWebApplication implements CommandLineRunner {
+public class PipIrrMwTestWebApplication{
@Autowired
- private Command test ;
+ private CommandP206V202404Ctrl test ;
public static void main(String[] args) {
SpringApplication.run(PipIrrMwTestWebApplication.class, args);
}
- /**
- * Spring瀹瑰櫒鍚姩瀹屾垚鍚庯紝鎵ц涓嬮潰鏂规硶
- * @param args 鍙傛暟
- * @throws Exception 寮傚父
- */
- @Override
- public void run(String... args) throws Exception {
- BaseResponse res = test.test() ;
- System.out.println(res.toString());
- }
+
}
--
Gitblit v1.8.0