예제 #1
0
파일: event.php 프로젝트: momoim/momo-api
 /**
  * 
  * 获取城市列表
  */
 public function city()
 {
     $city = $this->model->getCity();
     $this->send_response(200, $city);
 }