by Robin at 20240618

This commit is contained in:
Leufolium 2024-06-18 20:13:12 +08:00
parent 4c0a61be43
commit 440fcae93a
1 changed files with 1 additions and 5 deletions

View File

@ -227,9 +227,5 @@ func ApiGetMobilePhone(ctx *gin.Context) {
return
}
data := &accountproto.ApiGetMobilePhoneData{
Data: vo,
}
response.ReplyOk(ctx, data)
response.ReplyOk(ctx, vo)
}