TASK: sketchBoard上传;
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user