TASK: sketchBoard上传;

This commit is contained in:
shahaibo
2023-11-22 15:48:08 +08:00
parent 00166b9246
commit 7b98aa90d9

View File

@@ -363,6 +363,7 @@ public class LibraryServiceImpl extends ServiceImpl<LibraryMapper, Library> impl
}
String responseBody = response.body().string();
JSONObject responseObject = JSON.parseObject(responseBody);
return;
// String newMinioPath = responseObject.getString("data");
// return newMinioPath;
} catch (IOException | JSONException e) {