$this->user->id, 'area_id' => $request->get('area_id'), 'question' => $request->get('question'), 'merchant_id' => self::$MERCHANT_ID ]); return $this->response->array([ 'is_up_question' => !!$re ]); } catch (\Exception $exception) { return $this->exception($exception); } } }