From bcf8c46e009d5d825a7bf07b9eac46fb7432418b Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@88.com> Date: 星期四, 17 七月 2025 08:42:13 +0800 Subject: [PATCH] 添加首页大屏数据统计 --- src/main/java/com/fengdu/gas/host/controller/TestInfoServiceController.java | 23 +++-------------------- 1 files changed, 3 insertions(+), 20 deletions(-) diff --git a/src/main/java/com/fengdu/gas/host/controller/TestInfoServiceController.java b/src/main/java/com/fengdu/gas/host/controller/TestInfoServiceController.java index f44c150..db2c090 100644 --- a/src/main/java/com/fengdu/gas/host/controller/TestInfoServiceController.java +++ b/src/main/java/com/fengdu/gas/host/controller/TestInfoServiceController.java @@ -38,26 +38,9 @@ @Autowired private TestInfoService service; - /** - * 测试支付信息 - * - * @author lin.liu - * @date 2021/11/23 - */ - @PostMapping(value = "pay") - public ExecutedResult<String> pay() throws Exception { - return this.service.testPay(); - } - /** - * 测试支付信息 - * - * @author lin.liu - * @date 2021/11/23 - */ - @PostMapping(value = "confirmPay") - public ExecutedResult<String> confirmPay() throws Exception { - return this.service.confirmPay(); - } + + + } -- Gitblit v1.9.3