mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-09-08 15:47:27 +08:00
充值支付 (未完成)
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user