...
|
...
|
@@ -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);
|
...
|
...
|
|