From 70dcf4e610a0ec5fd6ca2c3daf9edf4957b30529 Mon Sep 17 00:00:00 2001 From: “djh” <“3298565835@qq.com”> Date: 星期二, 25 二月 2025 16:34:46 +0800 Subject: [PATCH] 考试制证修改 --- exam-system/src/main/java/com/gkhy/exam/pay/controller/PayFeesController.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/exam-system/src/main/java/com/gkhy/exam/pay/controller/PayFeesController.java b/exam-system/src/main/java/com/gkhy/exam/pay/controller/PayFeesController.java index ac51b25..8f970d5 100644 --- a/exam-system/src/main/java/com/gkhy/exam/pay/controller/PayFeesController.java +++ b/exam-system/src/main/java/com/gkhy/exam/pay/controller/PayFeesController.java @@ -3,6 +3,7 @@ import com.alibaba.fastjson2.JSONObject; import com.gkhy.exam.pay.utils.PayUtils; +import com.ruoyi.common.annotation.Anonymous; import com.ruoyi.common.core.controller.BaseController; import io.swagger.annotations.Api; import org.springframework.web.bind.annotation.PostMapping; @@ -20,6 +21,7 @@ @PostMapping("/inform") + @Anonymous public Map<String,String> inform(@RequestBody JSONObject jsonObject){ PayUtils payUtils = new PayUtils(); Map<String, String> receive = null; -- Gitblit v1.9.2