Denna sida fungerar bättre med Javascript igång.
Startsida
Utforska
Hjälp
Registrera dig
Logga in
suimang
/
suimangServer
Bevaka
6
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Pull-förfrågningar
0
Släpp
0
Wiki
Aktiviteter
Bläddra i källkod
//..temp
private_deployment
xhxu
1 år sedan
förälder
099883c15e
incheckning
daad1856f7
5 ändrade filer
med
25 tillägg
och
0 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Visa fil
@@ -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
Visa fil
@@ -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
Visa fil
@@ -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
Visa fil
@@ -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
Visa fil
@@ -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 {
}
}
Skriv
Förhandsgranska
Laddar…
Avbryt
Spara