From 512c076baf4c32fd6f0c264fcaba39d09a31b3dd Mon Sep 17 00:00:00 2001 From: liyj <1617420630@qq.com> Date: Tue, 23 Sep 2025 16:57:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E8=AE=A2=E9=98=85=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E5=9B=9E=E8=B0=83=E6=94=AF=E6=8C=81post=E5=92=8Cget?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mall/account/controller/mobile/WeiXinController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mall-account/src/main/java/com/suisung/mall/account/controller/mobile/WeiXinController.java b/mall-account/src/main/java/com/suisung/mall/account/controller/mobile/WeiXinController.java index 7f20f3c4..85ef4ec7 100644 --- a/mall-account/src/main/java/com/suisung/mall/account/controller/mobile/WeiXinController.java +++ b/mall-account/src/main/java/com/suisung/mall/account/controller/mobile/WeiXinController.java @@ -144,7 +144,7 @@ public class WeiXinController extends BaseControllerImpl { @ApiOperation(value = "小程序回调", notes = "小程序回调") - @RequestMapping(value = "/xcxCallBack", method = RequestMethod.GET) + @RequestMapping(value = "/xcxCallBack") public String xcxCallBack(@RequestParam(value = "signature",required = false) String signature, @RequestParam(value = "timestamp",required = false) String timestamp, @RequestParam(value = "nonce",required = false) String nonce,