BUGFIX: 模特preview;
This commit is contained in:
@@ -69,4 +69,6 @@ public interface LibraryService extends IService<Library> {
|
||||
List<LibraryVo> getByUrlList(List<String> urlList,Long userId);
|
||||
|
||||
Boolean updateLibraryLevel2Type(LibraryLevel2TypeUpdateDTO libraryLevel2TypeUpdateDTO);
|
||||
|
||||
String processMannequins(String uploadPath);
|
||||
}
|
||||
|
||||
@@ -208,7 +208,8 @@ public class LibraryServiceImpl extends ServiceImpl<LibraryMapper, Library> impl
|
||||
}
|
||||
}
|
||||
|
||||
private String processMannequins(String filePath) {
|
||||
@Override
|
||||
public String processMannequins(String filePath) {
|
||||
ModelPathObject modelPathObject = new ModelPathObject();
|
||||
modelPathObject.setModel_path(filePath);
|
||||
OkHttpClient client = new OkHttpClient().newBuilder()
|
||||
|
||||
Reference in New Issue
Block a user