ppt制作用户基础信息日志
This commit is contained in:
parent
bc44929338
commit
e2de917eaa
|
|
@ -211,6 +211,7 @@ func SparkDoCreateOutline(userReq *proto.SparkCreateOutlineRequest, base *proto.
|
|||
} else {
|
||||
sessionName = userReq.Query
|
||||
}
|
||||
log.Println("spark create outline base info:", base)
|
||||
err2, sessionID := service.CreateSession(base.UserID, proto.SessionTypeUserCreatePPT, sessionName)
|
||||
if err2 != nil {
|
||||
log.Println("Create session error:", err2)
|
||||
|
|
|
|||
Loading…
Reference in New Issue