From cb051e55a1fb322c9b085853dc5e35eb4cb5f921 Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Sat, 5 Apr 2025 13:24:39 +0800 Subject: [PATCH] =?UTF-8?q?ppt=E5=88=B6=E4=BD=9C=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=E4=BF=A1=E6=81=AF=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/tool.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/handler/tool.go b/handler/tool.go index fa9a3d1..1af78cf 100644 --- a/handler/tool.go +++ b/handler/tool.go @@ -10,6 +10,7 @@ import ( "fmt" "github.com/gin-gonic/gin" "io" + "log" "net/http" "os" "strconv" @@ -491,6 +492,7 @@ func CreateSparkPPTSOutline(c *gin.Context) { } var base proto.SparkCreatePPTBaseInfo base.UserID = userID + log.Println("create outline user id:", userID) outlineResp, err2 := spark.SparkDoCreateOutline(&req, &base) if err2 != nil { c.JSON(http.StatusOK, gin.H{"error": "create outline error", "code": proto.ParameterError, "message": "failed"})