作者 lihan
1 个管道 的构建 通过 耗费 0 秒

支付宝

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