From fe59ae00aef5cdbc39c6d1b29c84af25071a32ff Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Fri, 10 May 2024 16:42:46 +0800
Subject: [PATCH] 防诈宣传优化
---
src/main/java/org/springblade/modules/pay/service/IWxPayService.java | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/springblade/modules/pay/service/IWxPayService.java b/src/main/java/org/springblade/modules/pay/service/IWxPayService.java
index dc12258..8881e34 100644
--- a/src/main/java/org/springblade/modules/pay/service/IWxPayService.java
+++ b/src/main/java/org/springblade/modules/pay/service/IWxPayService.java
@@ -11,7 +11,6 @@
public interface IWxPayService extends IService<WxPayInfo> {
- Object getOpenId(String code);
void processOrder(Map<String, Object> bodyMap) throws GeneralSecurityException;
@@ -29,7 +28,7 @@
void processRefund(Map<String, Object> bodyMap) throws Exception;
- Map<String, String> jsapiPay(Long productId) throws IOException, Exception;
+ Map<String, String> jsapiPay(Long productId) throws IOException;
String refundsNotify(HttpServletRequest request, HttpServletResponse response);
--
Gitblit v1.9.3