feat: 支持ZIP压缩包上传(含密码保护)
This commit is contained in:
@@ -90,5 +90,11 @@ func detectBillTypeFromOutput(output string) string {
|
||||
return ""
|
||||
}
|
||||
|
||||
// Convert 转换账单文件格式(xlsx -> csv,处理 GBK 编码等)
|
||||
// 子进程模式不支持此功能,请使用 HTTP 模式
|
||||
func (c *Cleaner) Convert(inputPath string) (outputPath string, billType string, err error) {
|
||||
return "", "", fmt.Errorf("子进程模式不支持文件格式转换,请使用 HTTP 模式 (analyzer_mode: http)")
|
||||
}
|
||||
|
||||
// 确保 Cleaner 实现了 adapter.Cleaner 接口
|
||||
var _ adapter.Cleaner = (*Cleaner)(nil)
|
||||
|
||||
Reference in New Issue
Block a user