Merge pull request 'by Robin at 20240618' (#539) from feat-IRONFANS-148-Robin into test

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/539
This commit is contained in:
chenhao 2024-06-18 20:13:34 +08:00
commit 2a6c6197cb
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)
}