| | |
| | | import org.springframework.web.bind.annotation.*;
|
| | |
|
| | | import javax.annotation.Resource;
|
| | | import javax.servlet.ServletOutputStream;
|
| | | import javax.servlet.http.HttpServletResponse;
|
| | | import java.io.IOException;
|
| | | import java.io.OutputStream;
|
| | | import java.util.ArrayList;
|
| | | import java.util.List;
|
| | | import java.util.Map;
|
| | |
|
| | | /**
|
| | | * @Description: 相机通用SDK接口
|
| | |
| | | @ApiOperation("本地录像停止")
|
| | | @PostMapping("/localRecordStop")
|
| | | @Log(title = "本地录像停止", businessType = BusinessType.CONTROL)
|
| | | @ApiOperationSupport(includeParameters = {"cmd.cameraId", "cmd.chanNo", "cmd.lRealHandle"})
|
| | | @ApiOperationSupport(includeParameters = {"cmd.cameraId", "cmd.chanNo", "cmd.recordId"})
|
| | | public @ResponseBody
|
| | | void localRecordStop(@RequestBody CameraCmd cmd, HttpServletResponse response) throws IOException {
|
| | | cmd.setOperator(SecurityUtils.getUserId());
|