From a615b727fcd35ef5fd1a1e7b1f0d2286117b5700 Mon Sep 17 00:00:00 2001 From: jhc Date: Mon, 12 May 2025 11:43:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/bundle/bundleOrder.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/service/bundle/bundleOrder.go b/pkg/service/bundle/bundleOrder.go index 6a2499d..24bb361 100644 --- a/pkg/service/bundle/bundleOrder.go +++ b/pkg/service/bundle/bundleOrder.go @@ -263,6 +263,8 @@ func OrderRecordsList(c *gin.Context) { Domain: "app", ID: userID, }) + fmt.Println("============================== 打印 用户信息 ==============================") + fmt.Printf("userInfo %+v\n",userInfo) if userInfo != nil { orderRecord.Sex = userInfo.Sex orderRecord.Nationality = userInfo.Nationality