|
@@ -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';
|