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