|
@@ -411,7 +411,7 @@ public class CameraUtil {
|
|
//遍历每个进行视频录制的摄像头
|
|
//遍历每个进行视频录制的摄像头
|
|
File file = new File(transcribeFilePath);
|
|
File file = new File(transcribeFilePath);
|
|
if (file.exists()) {
|
|
if (file.exists()) {
|
|
- String s = HttpUtils.sendGet(transcribeFilePath, null);
|
|
|
|
|
|
+ String s = HttpUtils.sendGet(bakUrl + transcribeFilePath, null);
|
|
if (!StringUtils.isBlank(s) || "null".equals(s)) {
|
|
if (!StringUtils.isBlank(s) || "null".equals(s)) {
|
|
List<Map<String, Object>> maps = JSON.parseArray(s, Map.class);
|
|
List<Map<String, Object>> maps = JSON.parseArray(s, Map.class);
|
|
if (ObjectUtils.isEmpty(maps)) {
|
|
if (ObjectUtils.isEmpty(maps)) {
|