正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -386,6 +386,7 @@ class OrderController extends HomeBaseController | @@ -386,6 +386,7 @@ class OrderController extends HomeBaseController | ||
386 | $payRequestBuilder->setTimeExpress($timeout_express); | 386 | $payRequestBuilder->setTimeExpress($timeout_express); |
387 | 387 | ||
388 | $payResponse = new \AlipayTradeService($config); | 388 | $payResponse = new \AlipayTradeService($config); |
389 | + echo 1; | ||
389 | $result = $payResponse->wapPay($payRequestBuilder, $config['return_url'], $config['notify_url']); | 390 | $result = $payResponse->wapPay($payRequestBuilder, $config['return_url'], $config['notify_url']); |
390 | } | 391 | } |
391 | } | 392 | } |
-
请 注册 或 登录 后发表评论