From 2e2bbb178476582a8e8405e20369c00c82fef535 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Thu, 3 Aug 2023 15:46:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B4=E9=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/user_r/inner.go | 1 + 1 file changed, 1 insertion(+) diff --git a/route/user_r/inner.go b/route/user_r/inner.go index 9cd45f9..1d66443 100644 --- a/route/user_r/inner.go +++ b/route/user_r/inner.go @@ -96,6 +96,7 @@ func MGetUserSvipNobleLevel(c *gin.Context) (*mycontext.MyContext, error) { Country: &user.Country, CountryIcon: &user.CountryIcon, Code: &user.Code, + Birthday: &user.Birthday, Svip: rpc.CvSvip{ SvipLevel: svip[userId].SvipLevel, }, -- 2.22.0