public IHttpActionResult GetNowIntervalAPI(int type)
 {
     return(Ok(EventReportManagerService.GetIntervalTime(type)));
 }