...
|
...
|
@@ -192,7 +192,7 @@ class IndexController extends HomeBaseController |
|
|
|
|
|
$payResponse = new \AlipayTradeService($config);
|
|
|
if (cmf_is_wechat()) {
|
|
|
echo 1;
|
|
|
$result = $payResponse->wapPay($payRequestBuilder, $config['return_url'], $config['notify_url']);
|
|
|
} else {
|
|
|
$result = $payResponse->wapPay($payRequestBuilder, $config['return_url'], $config['notify_url']);
|
|
|
}
|
...
|
...
|
|