get('text', "我要分词"); $arr = Jieba::cut($text); return $this->success($arr); } }