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