|
@@ -3305,7 +3305,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
FileUtils.copyFile(imagesBuffer.toString() + "/extras/dacf7dfa24ae47fab8fcebfe4dc41ab9_50k_texture_jpg_high1/" + img,
|
|
|
imagesBuffer.toString() + "/extras/" + img, true);
|
|
|
}
|
|
|
- fYunFileService.downloadFileByCommand(imagesBuffer.toString() + File.separator + "vision.txt", imagesBuf.toString() + File.separator + "vision.txt");
|
|
|
+ fYunFileService.downloadFile( imagesBuf.toString() + File.separator + "vision.txt", imagesBuffer.toString() + File.separator + "vision.txt");
|
|
|
|
|
|
//创建data.json
|
|
|
JSONObject dataJson = new JSONObject();
|