From c61ed58c4a1815a8e7599d3f82200c606367102b Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Thu, 18 Apr 2024 14:59:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E5=BC=80=E5=90=AF?= =?UTF-8?q?=E6=B1=87=E4=BB=98=E6=94=AF=E4=BB=98=E5=AE=9D=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/payment/setting/other/HfTxSetting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/payment/setting/other/HfTxSetting.php b/app/common/payment/setting/other/HfTxSetting.php index 37a06edf..306f618e 100644 --- a/app/common/payment/setting/other/HfTxSetting.php +++ b/app/common/payment/setting/other/HfTxSetting.php @@ -14,7 +14,7 @@ class HfTxSetting extends BasePaymentSetting { $code = $this->getCode(); - if($code == 'A_NATIVE') return false;// 是否开启支付宝 + if($code == 'A_NATIVE') return true;// 是否开启支付宝 else if($code == 'T_JSAPI') return true;// 是否开启微信 return true;