TASK: sketchBoard上传;
This commit is contained in:
@@ -363,6 +363,7 @@ public class LibraryServiceImpl extends ServiceImpl<LibraryMapper, Library> impl
|
|||||||
}
|
}
|
||||||
String responseBody = response.body().string();
|
String responseBody = response.body().string();
|
||||||
JSONObject responseObject = JSON.parseObject(responseBody);
|
JSONObject responseObject = JSON.parseObject(responseBody);
|
||||||
|
return;
|
||||||
// String newMinioPath = responseObject.getString("data");
|
// String newMinioPath = responseObject.getString("data");
|
||||||
// return newMinioPath;
|
// return newMinioPath;
|
||||||
} catch (IOException | JSONException e) {
|
} catch (IOException | JSONException e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user