修复ppt消息,添加消息大纲等信息

This commit is contained in:
junleea 2025-04-05 19:34:33 +08:00
parent 27f236f97a
commit e0f6081e0b
1 changed files with 1 additions and 0 deletions

View File

@ -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)