Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-01-20 17:08:46 +08:00
parent 77757dc336
commit a5d206db89
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -513,7 +513,7 @@ func exportDocx(c *gin.Context) {
fullPath, err := model.ExportDocx(id, savePath, removeAssets, merge)
if err != nil {
ret.Code = -1
ret.Code = 1
ret.Msg = err.Error()
ret.Data = map[string]interface{}{"closeTimeout": 7000}
return