修复ppt消息,添加消息大纲等信息
This commit is contained in:
parent
27f236f97a
commit
e0f6081e0b
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue