old mode 100644
new mode 100755
| | |
| | | //package com.genersoft.iot.vmp.vmanager.record; |
| | | // |
| | | //import com.alibaba.fastjson.JSONObject; |
| | | //import com.alibaba.fastjson2.JSONObject; |
| | | //import com.genersoft.iot.vmp.media.zlm.dto.StreamPushItem; |
| | | //import com.genersoft.iot.vmp.service.IRecordInfoServer; |
| | | //import com.genersoft.iot.vmp.storager.dao.dto.RecordInfo; |
| | |
| | | //import org.springframework.beans.factory.annotation.Autowired; |
| | | //import org.springframework.web.bind.annotation.*; |
| | | // |
| | | //@Api(tags = "云端录像") |
| | | //@CrossOrigin |
| | | //@Tag(name = "云端录像") |
| | | // |
| | | //@RestController |
| | | //@RequestMapping("/api/record") |
| | | //public class RecordController { |
| | |
| | | // @Autowired |
| | | // private IRecordInfoServer recordInfoServer; |
| | | // |
| | | // @ApiOperation("录像列表查询") |
| | | // //@ApiOperation("录像列表查询") |
| | | // @ApiImplicitParams({ |
| | | // @ApiImplicitParam(name="page", value = "当前页", required = true, dataTypeClass = Integer.class), |
| | | // @ApiImplicitParam(name="count", value = "每页查询数量", required = true, dataTypeClass = Integer.class), |
| | |
| | | // return recordList; |
| | | // } |
| | | // |
| | | // @ApiOperation("获取录像详情") |
| | | // //@ApiOperation("获取录像详情") |
| | | // @ApiImplicitParams({ |
| | | // @ApiImplicitParam(name="recordInfo", value = "录像记录", required = true, dataTypeClass = RecordInfo.class) |
| | | // }) |