修正支持

This commit is contained in:
邹景立 2022-11-09 17:15:40 +08:00
parent b4d3be8785
commit c1e26665bf

View File

@ -52,7 +52,7 @@ class AlipayPaymentService extends PaymentService
$this->config['return_url'] = $payReturn;
}
}
if ($tradeType === static::PAYMENT_WECHAT_APP) {
if ($tradeType === static::PAYMENT_ALIAPY_APP) {
$payment = App::instance($this->config);
} elseif ($tradeType === static::PAYMENT_ALIPAY_WAP) {
$payment = Wap::instance($this->config);