diff --git a/route/user_r/inner.go b/route/user_r/inner.go index 9cd45f912b60da9d7536b63688968dde753da1b0..1d66443988624c333b17ebcdab99c3b2e26029f1 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, },