From bc8bc25d9cc04168d52e3110d12e9c36b9e0cd27 Mon Sep 17 00:00:00 2001 From: goupan <goupan@chinapopin.com> Date: 星期五, 26 四月 2024 16:27:57 +0800 Subject: [PATCH] 代码提交 --- rest/src/main/java/cn/stylefeng/rest/ijpay/controller/AliPayController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rest/src/main/java/cn/stylefeng/rest/ijpay/controller/AliPayController.java b/rest/src/main/java/cn/stylefeng/rest/ijpay/controller/AliPayController.java index 7f0631d..c43ffe4 100644 --- a/rest/src/main/java/cn/stylefeng/rest/ijpay/controller/AliPayController.java +++ b/rest/src/main/java/cn/stylefeng/rest/ijpay/controller/AliPayController.java @@ -511,7 +511,7 @@ * 退款 */ @ApiOperation("支付宝退款") - @RequestMapping(value = RuleConstants.NOT_LOGIN + "/tradeRefund") + @RequestMapping(value = RuleConstants.NOT_LOGIN + "/tradeRefund", method = {RequestMethod.POST, RequestMethod.GET}) @ResponseBody public Boolean tradeRefund(@RequestParam(required = false, name = "outTradeNo") String outTradeNo, @RequestParam(required = false, name = "tradeNo") String tradeNo) { log.info("支付宝-退款信息-outTradeNo:"+outTradeNo+", tradeNo:"+tradeNo); -- Gitblit v1.7.1