zxl
1 天以前 3b0516a2959e25576e4f3fda697a3b025d06c8c9
ycl-server/src/main/java/com/ycl/feign/UYClient.java
@@ -2,7 +2,6 @@
import com.alibaba.fastjson2.JSONObject;
import com.ycl.platform.domain.param.UY.*;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.cloud.openfeign.SpringQueryMap;
import org.springframework.stereotype.Component;
@@ -30,13 +29,22 @@
    JSONObject oneMachineFile(@SpringQueryMap OneMachineFileParam oneMachineFileParam);
    /**
     * 图像监测
     *
     * @param imageDetectionParam 请求参数
     * @return
     */
    @GetMapping("/videomon/api/v1/app/vqdMonitor/list")
    JSONObject imageDetection(@SpringQueryMap ImageDetectionParam imageDetectionParam);
    /**
     * 点位在线
     *
     * @param onlineParam 请求参数
     * @return 查询在线统计列表
     */
    @GetMapping("/openapi/v1/report/online/list")
    JSONObject onlineList(@SpringQueryMap OnlineParam onlineParam);
    @GetMapping("/videomon/api/v1/app/onlineMonitor/list")
    JSONObject videoOnline(@SpringQueryMap VideoOnlineParam onlineParam);
    /**
     * 录像可用
@@ -45,7 +53,7 @@
     * @return 查询满足条件的录像汇总信息
     */
    @PostMapping("/videomon/report/recordMetaDSum/list")
    JSONObject recordMetaDSumList( RecordMetaDSumParam recordMetaDSumParam);
    JSONObject recordMetaDSumList(@RequestBody RecordMetaDSumParam recordMetaDSumParam);
    /**
     * osd标注信息