wangchuanjin 2 роки тому
батько
коміт
1e7dcb8f83
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      rpc/internal/logic/empoweruseridslogic.go

+ 1 - 1
rpc/internal/logic/empoweruseridslogic.go

@@ -26,5 +26,5 @@ func NewEmpowerUserIdsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Em
 func (l *EmpowerUserIdsLogic) EmpowerUserIds(in *pb.EmpowerUserIds) (*pb.EmpowerUserIds, error) {
 	// todo: add your logic here and delete this line
 
-	return service.EmpowerUserIds(in.id), nil
+	return service.EmpowerUserIds(in.Ids), nil
 }