...
|
...
|
@@ -387,10 +387,8 @@ class OrderController extends HomeBaseController |
|
|
|
|
|
$payResponse = new \AlipayTradeService($config);
|
|
|
$result = $payResponse->wapPay($payRequestBuilder, $config['return_url'], $config['notify_url']);
|
|
|
$url = urldecode($result);
|
|
|
echo $url;
|
|
|
return $this->fetch(':alipay', [
|
|
|
'url' => $url
|
|
|
'url' => $result
|
|
|
]);
|
|
|
}
|
|
|
}
|
...
|
...
|
|