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:
commit
2a6c6197cb
|
@ -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