正在显示
1 个修改的文件
包含
2 行增加
和
3 行删除
@@ -193,9 +193,8 @@ class IndexController extends HomeBaseController | @@ -193,9 +193,8 @@ 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', [ | ||
197 | - 'result' => $result | ||
198 | - ]); | 196 | + return view('Index/index'); |
197 | + | ||
199 | } | 198 | } |
200 | } | 199 | } |
201 | 200 |
-
请 注册 或 登录 后发表评论