Beispiel #1
0
 /**
  * 创建系统创建的非用户信息标签
  *
  * @access public
  * @return array
  */
 public function getListBySystem()
 {
     $this->returnData = $this->tagModel->getListBySystem();
     F::rest()->show_result($this->returnData);
 }