fly 5 năm trước cách đây
mục cha
commit
bda951b8af
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Http/Controllers/Wap/Pay/OrdersController.php

+ 1 - 0
app/Http/Controllers/Wap/Pay/OrdersController.php

@@ -971,6 +971,7 @@ class OrdersController extends Controller
                         $page = 'pay.order.bindPhone';
                     }
                     $url = urldecode($request->input('redirect'));
+                    Log::info('redirect_url :' . $url);
                     if (strpos($url, '/reader') !== false) {
                         preg_match('bid=(\w+)', $url, $matchs);
                         $bid = Hashids::decode($matchs[1])[0];