正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
@@ -217,7 +217,6 @@ class IndexController extends HomeBaseController | @@ -217,7 +217,6 @@ class IndexController extends HomeBaseController | ||
217 | $payResponse = new \AlipayTradeService($config); | 217 | $payResponse = new \AlipayTradeService($config); |
218 | $result = $payResponse->wapPay($payRequestBuilder, $config['return_url'], $config['notify_url']); | 218 | $result = $payResponse->wapPay($payRequestBuilder, $config['return_url'], $config['notify_url']); |
219 | 219 | ||
220 | - print_r($result); | ||
221 | } | 220 | } |
222 | } | 221 | } |
223 | 222 |
-
请 注册 或 登录 后发表评论