by Robin at 20240618
This commit is contained in:
parent
4c0a61be43
commit
440fcae93a
|
@ -227,9 +227,5 @@ func ApiGetMobilePhone(ctx *gin.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
data := &accountproto.ApiGetMobilePhoneData{
|
||||
Data: vo,
|
||||
}
|
||||
|
||||
response.ReplyOk(ctx, data)
|
||||
response.ReplyOk(ctx, vo)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue