...
|
...
|
@@ -192,6 +192,10 @@ class IndexController extends HomeBaseController |
|
|
|
|
|
$payResponse = new \AlipayTradeService($config);
|
|
|
$result = $payResponse->wapPay($payRequestBuilder, $config['return_url'], $config['notify_url']);
|
|
|
|
|
|
return $this->fetch(':alipay', [
|
|
|
'result' => $result
|
|
|
]);
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|