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