|
@@ -1004,9 +1004,9 @@ public class BaseCameraManagementController extends BaseController {
|
|
|
/**
|
|
|
* 关闭录像
|
|
|
*/
|
|
|
- @GetMapping("/closestream/{path}")
|
|
|
+ @GetMapping("/closestream")
|
|
|
@Log(title = "相机台账管理", businessType = BusinessType.OTHER)
|
|
|
- public AjaxResult closestream(@PathVariable("path") String path) {
|
|
|
+ public AjaxResult closestream(@RequestParam("path") String path) {
|
|
|
String start = HttpUtils.sendGet(CameraUtil.closestream(path));
|
|
|
log.info("endRecording------------" + start);
|
|
|
if ("success".equals(start)) {
|