GET api/AdminUser/GetAdminUserList?keyWords={keyWords}

后台--获取全部后台用户

Request Information

URI Parameters

NameDescriptionTypeAdditional information
keyWords

string

Default value is

Body Parameters

None.

Response Information

Resource Description

后台--获取全部后台用户

Collection of AdminUserListDto
NameDescriptionTypeAdditional information
Id

用户自增长id

integer

None.

Chrname

用户登录名

string

None.

ChrTel

手机号码

string

None.

Chrtruename

用户真实名称

string

None.

DtAppendDate

注册时间

date

None.

GroupId

用户组

integer

None.

GroupName

用户名称

string

None.

IsKill

账号是否锁定

boolean

None.

OpenId

微信openid

string

None.

IsBindWx

是否绑定

boolean

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfAdminUserListDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.AdminUser">
  <AdminUserListDto>
    <ChrTel>sample string 3</ChrTel>
    <Chrname>sample string 2</Chrname>
    <Chrtruename>sample string 4</Chrtruename>
    <DtAppendDate>2024-04-25T10:30:37.7328499+08:00</DtAppendDate>
    <GroupId>5</GroupId>
    <GroupName>sample string 6</GroupName>
    <Id>1</Id>
    <IsBindWx>true</IsBindWx>
    <IsKill>true</IsKill>
    <OpenId>sample string 8</OpenId>
  </AdminUserListDto>
  <AdminUserListDto>
    <ChrTel>sample string 3</ChrTel>
    <Chrname>sample string 2</Chrname>
    <Chrtruename>sample string 4</Chrtruename>
    <DtAppendDate>2024-04-25T10:30:37.7328499+08:00</DtAppendDate>
    <GroupId>5</GroupId>
    <GroupName>sample string 6</GroupName>
    <Id>1</Id>
    <IsBindWx>true</IsBindWx>
    <IsKill>true</IsKill>
    <OpenId>sample string 8</OpenId>
  </AdminUserListDto>
</ArrayOfAdminUserListDto>