zhongrj
2024-04-17 f7018ca7d42b7f84d0191d748cfdb2d38473ea86
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);