|
|
@@ -27,6 +27,8 @@ public interface OssService {
|
|
|
|
|
|
String uploadBase64(String fileStr,OssRequest ossRequest);
|
|
|
|
|
|
+ String uploadWithPath(OssRequest base, String path) throws Exception;
|
|
|
+
|
|
|
void closeClient();
|
|
|
|
|
|
void zipPeopleDownload(ClassPeriodStudentExportVo vo, ZipOutputStream outStream);
|