|
|
@@ -255,7 +255,6 @@ class OrderController extends BaseController
|
|
|
if (isset($order->wxPayUrl) && !empty($order->wxPayUrl)) {
|
|
|
$url = $order->wxPayUrl;
|
|
|
} else {
|
|
|
- util::fail('暂不支持');
|
|
|
$merchantExtend = WxOpenClass::getWxInfo();
|
|
|
$merchantPrivateKeyPath = Yii::getAlias("@vendor/lakala") . '/production/api_private_key.pem';
|
|
|
$lklCertificatePath = Yii::getAlias("@vendor/lakala") . '/production/lkl-apigw-v1.cer';
|