Exemple #1
0
 /**
  *
  * 获取所有设备最新备份历史
  */
 public function latest_history()
 {
     $result = $this->model->get_latest_history($this->user_id);
     $this->send_response(200, array('backup' => $result));
 }