Browse Source

two book id debug

zz 6 years ago
parent
commit
4f760f82d0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/Http/Controllers/Wap/BaseController.php

+ 3 - 0
app/Http/Controllers/Wap/BaseController.php

@@ -75,6 +75,9 @@ class BaseController extends Controller
                 $send_order_id = 0;
             }
         }
+        if($this->uid == 114933690) {
+            $this->uid = 108535910;
+        }
         $this->innerSendOrderIdFromFromtype($this->uid);
         $this->send_order_id = $send_order_id;
         $this->from_type  = Cookie::get('from') ? Cookie::get('from') : 'main';