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