@@ -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