From d4f8eb8649012155989f5a7f164161826cb5b1d3 Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Sat, 15 Feb 2025 15:19:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=20=E5=9B=9E=E8=B0=83=20?= =?UTF-8?q?=E5=A4=84=E7=90=86=20=E8=AF=B7=E6=B1=82=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/czg/controller/NotifyController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cash-api/order-server/src/main/java/com/czg/controller/NotifyController.java b/cash-api/order-server/src/main/java/com/czg/controller/NotifyController.java index 952fef9a..0bd7d7f5 100644 --- a/cash-api/order-server/src/main/java/com/czg/controller/NotifyController.java +++ b/cash-api/order-server/src/main/java/com/czg/controller/NotifyController.java @@ -23,7 +23,7 @@ public class NotifyController { private OrderInfoService orderInfoService; - @PostMapping("payCallBack") + @RequestMapping("payCallBack") public String notifyCZGCallBack(CzgBaseRespParams respParams) { JSONObject czg = CzgPayUtils.getCzg(respParams); AssertUtil.isNull(czg, "回调数据为空");