wangchuanjin 1 år sedan
förälder
incheckning
7d60014344
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      api/internal/logic/empowerlistlogic.go

+ 2 - 2
api/internal/logic/empowerlistlogic.go

@@ -33,8 +33,8 @@ func (l *EmpowerListLogic) EmpowerList(req *types.Req) (resp *types.Reply, err e
 	}
 	resp.Error_code = 0
 	resp.Data = map[string]interface{}{
-		"count":      count,
-		"entUserIds": datas,
+		"count": count,
+		"list":  datas,
 	}
 	return
 }