瀏覽代碼

增加接口

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
 }