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

支付宝

@@ -227,7 +227,7 @@ class IndexController extends HomeBaseController @@ -227,7 +227,7 @@ class IndexController extends HomeBaseController
227 // 'notify_url' => 'http://catrain.net' 227 // 'notify_url' => 'http://catrain.net'
228 // ]; 228 // ];
229 229
230 - $payResponse = new \AlipayTradeService($config); 230 + $payResponse = new \AlipayTradeService($config1);
231 $result = $payResponse->wapPay($payRequestBuilder, $config['return_url'], $config['notify_url']); 231 $result = $payResponse->wapPay($payRequestBuilder, $config['return_url'], $config['notify_url']);
232 232
233 print_r($result); 233 print_r($result);