Commit 8c68f6f2 authored by Bess严根旺's avatar Bess严根旺

格式

parent 439bcfd4
......@@ -21,8 +21,14 @@ func recoverPanic() {
}
}
// 发起文件转换
/*
**
发起文件转换
格式:
文字文档(Word):doc、docx、wps、wpss、docm、dotm、dot、dotx、html。
演示文档(PPT):pptx、ppt、pot、potx、pps、ppsx、dps、dpt、pptm、potm、ppsm、dpss。
表格文档(Excel):xls、xlt、et、ett、xlsx、xltx、csv、xlsb、xlsm、xltm、ets。
*/
func (doc *DocServiceService) DoConversion(c context.Context, req *pb.DoConversionRequest) (resp *pb.DoConversionResponse, err error) {
defer recoverPanic()
resp = &pb.DoConversionResponse{}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment