正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -193,7 +193,7 @@ class IndexController extends HomeBaseController | @@ -193,7 +193,7 @@ class IndexController extends HomeBaseController | ||
193 | $payResponse = new \AlipayTradeService($config); | 193 | $payResponse = new \AlipayTradeService($config); |
194 | $result = $payResponse->wapPay($payRequestBuilder, $config['return_url'], $config['notify_url']); | 194 | $result = $payResponse->wapPay($payRequestBuilder, $config['return_url'], $config['notify_url']); |
195 | 195 | ||
196 | - return $this->fetch(':alipay', [ | 196 | + return $this->fetch('alipay', [ |
197 | 'result' => $result | 197 | 'result' => $result |
198 | ]); | 198 | ]); |
199 | } | 199 | } |
-
请 注册 或 登录 后发表评论