正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -227,7 +227,7 @@ class IndexController extends HomeBaseController | @@ -227,7 +227,7 @@ class IndexController extends HomeBaseController | ||
227 | // 'notify_url' => 'http://catrain.net' | 227 | // 'notify_url' => 'http://catrain.net' |
228 | // ]; | 228 | // ]; |
229 | 229 | ||
230 | - $payResponse = new \AlipayTradeService($config); | 230 | + $payResponse = new \AlipayTradeService($config1); |
231 | $result = $payResponse->wapPay($payRequestBuilder, $config['return_url'], $config['notify_url']); | 231 | $result = $payResponse->wapPay($payRequestBuilder, $config['return_url'], $config['notify_url']); |
232 | 232 | ||
233 | print_r($result); | 233 | print_r($result); |
-
请 注册 或 登录 后发表评论