GET api/Group/GetGroupInfos
后台-获取后台所有用户组
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
后台-获取后台所有用户组
Collection of GroupDto| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId |
用户组id |
integer |
None. |
| GroupName |
用户组名称 |
string |
None. |
| GroupUsers |
用户组包含的后台用户 |
Collection of AdminUserListDto |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfGroupDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Group">
<GroupDto>
<GroupId>1</GroupId>
<GroupName>sample string 2</GroupName>
<GroupUsers xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.AdminUser">
<d3p1:AdminUserListDto>
<d3p1:ChrTel>sample string 3</d3p1:ChrTel>
<d3p1:Chrname>sample string 2</d3p1:Chrname>
<d3p1:Chrtruename>sample string 4</d3p1:Chrtruename>
<d3p1:DtAppendDate>2025-12-16T15:56:46.2056374+08:00</d3p1:DtAppendDate>
<d3p1:GroupId>5</d3p1:GroupId>
<d3p1:GroupName>sample string 6</d3p1:GroupName>
<d3p1:Id>1</d3p1:Id>
<d3p1:IsBindWx>true</d3p1:IsBindWx>
<d3p1:IsKill>true</d3p1:IsKill>
<d3p1:OpenId>sample string 8</d3p1:OpenId>
</d3p1:AdminUserListDto>
<d3p1:AdminUserListDto>
<d3p1:ChrTel>sample string 3</d3p1:ChrTel>
<d3p1:Chrname>sample string 2</d3p1:Chrname>
<d3p1:Chrtruename>sample string 4</d3p1:Chrtruename>
<d3p1:DtAppendDate>2025-12-16T15:56:46.2056374+08:00</d3p1:DtAppendDate>
<d3p1:GroupId>5</d3p1:GroupId>
<d3p1:GroupName>sample string 6</d3p1:GroupName>
<d3p1:Id>1</d3p1:Id>
<d3p1:IsBindWx>true</d3p1:IsBindWx>
<d3p1:IsKill>true</d3p1:IsKill>
<d3p1:OpenId>sample string 8</d3p1:OpenId>
</d3p1:AdminUserListDto>
</GroupUsers>
</GroupDto>
<GroupDto>
<GroupId>1</GroupId>
<GroupName>sample string 2</GroupName>
<GroupUsers xmlns:d3p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.AdminUser">
<d3p1:AdminUserListDto>
<d3p1:ChrTel>sample string 3</d3p1:ChrTel>
<d3p1:Chrname>sample string 2</d3p1:Chrname>
<d3p1:Chrtruename>sample string 4</d3p1:Chrtruename>
<d3p1:DtAppendDate>2025-12-16T15:56:46.2056374+08:00</d3p1:DtAppendDate>
<d3p1:GroupId>5</d3p1:GroupId>
<d3p1:GroupName>sample string 6</d3p1:GroupName>
<d3p1:Id>1</d3p1:Id>
<d3p1:IsBindWx>true</d3p1:IsBindWx>
<d3p1:IsKill>true</d3p1:IsKill>
<d3p1:OpenId>sample string 8</d3p1:OpenId>
</d3p1:AdminUserListDto>
<d3p1:AdminUserListDto>
<d3p1:ChrTel>sample string 3</d3p1:ChrTel>
<d3p1:Chrname>sample string 2</d3p1:Chrname>
<d3p1:Chrtruename>sample string 4</d3p1:Chrtruename>
<d3p1:DtAppendDate>2025-12-16T15:56:46.2056374+08:00</d3p1:DtAppendDate>
<d3p1:GroupId>5</d3p1:GroupId>
<d3p1:GroupName>sample string 6</d3p1:GroupName>
<d3p1:Id>1</d3p1:Id>
<d3p1:IsBindWx>true</d3p1:IsBindWx>
<d3p1:IsKill>true</d3p1:IsKill>
<d3p1:OpenId>sample string 8</d3p1:OpenId>
</d3p1:AdminUserListDto>
</GroupUsers>
</GroupDto>
</ArrayOfGroupDto>