S JavaScriptem funguje tato webová stránka lépe.
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
suimang
/
suimangServer
Sledovat
6
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Požadavky na natažení
0
Vydání
0
Wiki
Aktivita
Procházet zdrojové kódy
//..temp
private_deployment
xhxu
před 1 rokem
rodič
099883c15e
revize
daad1856f7
5 změnil soubory
, kde provedl
25 přidání
a
0 odebrání
Rozdělené zobrazení
Diff Options
Zobrazit statistiky
Stáhněte soubor opravy
Stáhněte rozdílový soubor
+5
-0
suimangService/src/main/java/com/iformall/service/pay/service/pay/wx/sft/h5/WxH5PaySFTService.java
+5
-0
suimangService/src/main/java/com/iformall/service/pay/service/pay/wx/sft/miniApp/appPay/WxMiniAppPaySFTAdapterService.java
+5
-0
suimangService/src/main/java/com/iformall/service/pay/service/pay/wx/v2/h5/WxH5PayService.java
+5
-0
suimangService/src/main/java/com/iformall/service/pay/service/pay/wx/v2/miniApp/appPay/WxMiniAppPayAdapterService.java
+5
-0
suimangService/src/main/java/com/iformall/service/pay/service/pay/wx/v2/miniApp/maPay/WxMiniMaPayAdapterService.java
+ 5
- 0
suimangService/src/main/java/com/iformall/service/pay/service/pay/wx/sft/h5/WxH5PaySFTService.java
Zobrazit soubor
@@ -94,4 +94,9 @@ public class WxH5PaySFTService extends BaseWxPaySFTAdapterService implements CDr
throw new MallinkException(ErrorCode.SYS_PARAMETER_ERROR);
}
@Override
public void sendSubscribeMsg(WxAppinfo appinfo, WxTemplateMsg wxTemplateMsg, String openId, String toPage, Map<String, String> param) throws Exception {
}
}
+ 5
- 0
suimangService/src/main/java/com/iformall/service/pay/service/pay/wx/sft/miniApp/appPay/WxMiniAppPaySFTAdapterService.java
Zobrazit soubor
@@ -336,4 +336,9 @@ public class WxMiniAppPaySFTAdapterService extends BaseWxPaySFTAdapterService i
throw new MallinkException(ErrorCode.SYS_PARAMETER_ERROR);
}
@Override
public void sendSubscribeMsg(WxAppinfo appinfo, WxTemplateMsg wxTemplateMsg, String openId, String toPage, Map<String, String> param) throws Exception {
}
}
+ 5
- 0
suimangService/src/main/java/com/iformall/service/pay/service/pay/wx/v2/h5/WxH5PayService.java
Zobrazit soubor
@@ -90,4 +90,9 @@ public class WxH5PayService extends BaseWxPayV2AdapterService implements CDrivi
throw new MallinkException(ErrorCode.SYS_PARAMETER_ERROR);
}
@Override
public void sendSubscribeMsg(WxAppinfo appinfo, WxTemplateMsg wxTemplateMsg, String openId, String toPage, Map<String, String> param) throws Exception {
}
}
+ 5
- 0
suimangService/src/main/java/com/iformall/service/pay/service/pay/wx/v2/miniApp/appPay/WxMiniAppPayAdapterService.java
Zobrazit soubor
@@ -306,4 +306,9 @@ public class WxMiniAppPayAdapterService extends BaseWxPayV2AdapterService implem
throw new MallinkException(ErrorCode.SYS_PARAMETER_ERROR);
}
@Override
public void sendSubscribeMsg(WxAppinfo appinfo, WxTemplateMsg wxTemplateMsg, String openId, String toPage, Map<String, String> param) throws Exception {
}
}
+ 5
- 0
suimangService/src/main/java/com/iformall/service/pay/service/pay/wx/v2/miniApp/maPay/WxMiniMaPayAdapterService.java
Zobrazit soubor
@@ -302,5 +302,10 @@ public class WxMiniMaPayAdapterService extends BaseWxPayV2AdapterService impleme
throw new MallinkException(ErrorCode.SYS_PARAMETER_ERROR);
}
@Override
public void sendSubscribeMsg(WxAppinfo appinfo, WxTemplateMsg wxTemplateMsg, String openId, String toPage, Map<String, String> param) throws Exception {
}
}
Zapsat
Náhled
Načítá se…
Zrušit
Uložit