mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修正支持
This commit is contained in:
parent
b4d3be8785
commit
c1e26665bf
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user