Merge remote-tracking branch 'origin/master'
This commit is contained in:
@ -13,5 +13,5 @@ func (c *ControllerV1) GetUserBoundInfo(ctx context.Context, req *v1.GetUserBoun
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return &v1.GetUserBoundInfoRes{IsBound: out.IsBound}, nil
|
||||
return &v1.GetUserBoundInfoRes{IsBound: out.IsBound, Nick: out.Nick, AppNames: out.AppNames, Utype: out.Utype, Ctime: out.Ctime}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user