siteId = (int)$this->request->input('site_id'); $this->orderType = (int)$this->request->input('order_type'); $this->check(); return $this->return->success(); } }