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

支付宝

@@ -217,7 +217,6 @@ class IndexController extends HomeBaseController @@ -217,7 +217,6 @@ class IndexController extends HomeBaseController
217 $payResponse = new \AlipayTradeService($config); 217 $payResponse = new \AlipayTradeService($config);
218 $result = $payResponse->wapPay($payRequestBuilder, $config['return_url'], $config['notify_url']); 218 $result = $payResponse->wapPay($payRequestBuilder, $config['return_url'], $config['notify_url']);
219 219
220 - print_r($result);  
221 } 220 }
222 } 221 }
223 222