Beispiel #1
0
 /**
  * 
  * 获取城市列表
  */
 public function city()
 {
     $city = $this->model->getCity();
     $this->send_response(200, $city);
 }