From e0f6081e0b93724c35db8c459fddf1960634a4fa Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Sat, 5 Apr 2025 19:34:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dppt=E6=B6=88=E6=81=AF,?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B6=88=E6=81=AF=E5=A4=A7=E7=BA=B2=E7=AD=89?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/spark/spark-ppt.go | 1 + 1 file changed, 1 insertion(+) diff --git a/service/spark/spark-ppt.go b/service/spark/spark-ppt.go index 97baf4e..d8f0e8a 100644 --- a/service/spark/spark-ppt.go +++ b/service/spark/spark-ppt.go @@ -363,6 +363,7 @@ func SparkDoGetPPTInfoBySID(modelParam *proto.ModelParam, userReq *proto.SparkCr if fileRecord.ID == 0 || fileAuth.ID == 0 { log.Println("save file info failed", fileRecord.ID, fileAuth.ID) } + fileAuth.ShareCode = fileRecord.FileStoreName fileAuthStr, _ := json.Marshal(fileAuth) resp.Data.AiImageStatus = string(fileAuthStr) //文件信息 respStr, _ = json.Marshal(resp)