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;