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

支付宝

@@ -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