|
@@ -1,8 +1,8 @@
|
|
-package beilv.hk.controller;
|
|
|
|
|
|
+package beilv.hik.controller;
|
|
|
|
|
|
import beilv.common.core.domain.AjaxResult;
|
|
import beilv.common.core.domain.AjaxResult;
|
|
-import beilv.hk.controller.utils.GetCameraPreviewURL;
|
|
|
|
-import beilv.hk.controller.utils.GetCameras;
|
|
|
|
|
|
+import beilv.hik.controller.utils.GetCameraPreviewURL;
|
|
|
|
+import beilv.hik.controller.utils.GetCameras;
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
import org.springframework.util.CollectionUtils;
|
|
import org.springframework.util.CollectionUtils;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
@@ -17,7 +17,7 @@ import java.util.Map;
|
|
|
|
|
|
@RestController
|
|
@RestController
|
|
@RequestMapping("/app-api/hik")
|
|
@RequestMapping("/app-api/hik")
|
|
-public class HKController {
|
|
|
|
|
|
+public class HiKController {
|
|
|
|
|
|
@Value("${hik.appKey}")
|
|
@Value("${hik.appKey}")
|
|
private String appKey;
|
|
private String appKey;
|