This commit is contained in:
wangchuxiao 2023-03-17 19:55:05 +08:00
parent 69106a4cca
commit 3e15014e0a

View File

@ -199,6 +199,6 @@ func (s *userServer) GetAllUserID(ctx context.Context, req *pbuser.GetAllUserIDR
if err != nil {
return nil, err
}
resp = &pbuser.GetAllUserIDResp{UserIDList: userIDs}
resp = &pbuser.GetAllUserIDResp{UserIDs: userIDs}
return resp, nil
}