充值支付 (未完成)

This commit is contained in:
TinyAnts
2023-03-20 19:01:18 +08:00
parent a8025c2f24
commit c3ede05af0
9 changed files with 77 additions and 26 deletions

View File

@@ -40,8 +40,8 @@ public class WxPayDriver {
* @author fzr
* @return WxPayService
*/
public static WxPayService handler(String terminal) {
if (String.valueOf(ClientEnum.OA.getCode()).equalsIgnoreCase(terminal)) {
public static WxPayService handler(Integer terminal) {
if (ClientEnum.OA.getCode() == terminal) {
resetConfig("oa");
} else {
resetConfig("mnp");