[dev_arch_opt_3.0] 添加删除文件逻辑

This commit is contained in:
lixiaopeng
2023-02-24 18:16:54 +08:00
parent a6642b5a7c
commit ae44ee9ba4
5 changed files with 31 additions and 13 deletions

View File

@@ -54,4 +54,11 @@ object CallerObuApiManager {
providerApi.uploadObuPack(filePathArray)
}
/**
* 删除obu文件夹
*/
fun deleteObuFile() {
providerApi.deleteObuFile()
}
}