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

支付宝

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