This commit is contained in:
wucongxing8150 2024-08-22 09:56:15 +08:00
parent c7b9542f95
commit 1e4b44178a

View File

@ -61,7 +61,7 @@ func (r *User) GetUserInfo(c *gin.Context) {
// 处理体重
w, err := utils.StrToFloat64(userInfo.Weight)
g.Height = w
g.Weight = w
responses.OkWithData(g, c)
}