fly 5 years ago
parent
commit
118644062b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Http/Controllers/Wap/Pay/OrdersController.php

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

@@ -978,7 +978,6 @@ class OrdersController extends Controller
                 if (strpos($url, '/reader') !== false) {
                     preg_match('/bid=(\w+)/', $url, $matchs);
                     $bid = Hashids::decode($matchs[1])[0];
-                    Log::info('redirect_url :' . $bid);
                     $record =  ReadRecordService::getRecordByUidBid($uid, $bid);
                     if ($record) {
                         $cid = explode('_', $record)[0];