From 07cac52e0b64a78361ce4a353604c94bd1186a6c Mon Sep 17 00:00:00 2001 From: ‘liusuyi’ <1951119284@qq.com> Date: 星期四, 07 九月 2023 10:50:00 +0800 Subject: [PATCH] 更新webrtc-streamer版本 为了避免通道数和通道号混淆修改sdk请求参数channelNum为chanNo sdk接口增加聚焦值获取 --- ard-work/src/main/java/com/ruoyi/device/uav/controller/ArdUavController.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ard-work/src/main/java/com/ruoyi/device/uav/controller/ArdUavController.java b/ard-work/src/main/java/com/ruoyi/device/uav/controller/ArdUavController.java index ea8ad38..f6f979e 100644 --- a/ard-work/src/main/java/com/ruoyi/device/uav/controller/ArdUavController.java +++ b/ard-work/src/main/java/com/ruoyi/device/uav/controller/ArdUavController.java @@ -37,8 +37,8 @@ @GetMapping("/") @ApiOperation("鏃犱汉鏈篻et鎺ュ彛") - public Object get(@RequestParam String url, @RequestParam String data) { - return this.uavService.doUavRequest(GET, url, data); + public Object get(@RequestParam String url) { + return this.uavService.doUavRequest(GET, url, "{}"); } -- Gitblit v1.9.3