From e097a8870a9e953bb06417f5e29ef7b865a2ecb5 Mon Sep 17 00:00:00 2001 From: bynt Date: Tue, 14 Jun 2022 14:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=94=AF=E4=BB=98=E5=9B=9E?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../baiye/modules/system/service/impl/AliPayServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage/ad-platform-management/src/main/java/com/baiye/modules/system/service/impl/AliPayServiceImpl.java b/manage/ad-platform-management/src/main/java/com/baiye/modules/system/service/impl/AliPayServiceImpl.java index cb31997b..b0e2735b 100644 --- a/manage/ad-platform-management/src/main/java/com/baiye/modules/system/service/impl/AliPayServiceImpl.java +++ b/manage/ad-platform-management/src/main/java/com/baiye/modules/system/service/impl/AliPayServiceImpl.java @@ -92,7 +92,7 @@ public class AliPayServiceImpl implements AliPayService { redisUtils.set("call_sms:" + companyId, 0); } payOrderRepository.save(order); - return ResponseCode.RECHARGE_SUCCESS.getDesc(); + return ResponseCode.SUCCESS.getDesc(); } } } catch (Exception e) {