GET api/AdminUser/GetAdminUserEditDto?adminId={adminId}
后台--获取后台用户信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| adminId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
后台--获取后台用户信息
AdminUserEditDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
用户自增长id |
integer |
None. |
| Chrname |
用户登录名(编辑时不会修改) |
string |
None. |
| Chrpwd |
用户密码 |
string |
None. |
| ChrTel |
手机号码 |
string |
None. |
| Chrtruename |
用户真实名称 |
string |
None. |
| GroupId |
用户组id |
integer |
None. |
| GroupName |
用户组名称 |
string |
None. |
| OpenId |
微信openid |
string |
None. |
| IsBindWx |
是否绑定微信 |
boolean |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<AdminUserEditDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.AdminUser"> <ChrTel>sample string 4</ChrTel> <Chrname>sample string 2</Chrname> <Chrpwd>sample string 3</Chrpwd> <Chrtruename>sample string 5</Chrtruename> <GroupId>6</GroupId> <GroupName>sample string 7</GroupName> <Id>1</Id> <IsBindWx>true</IsBindWx> <OpenId>sample string 8</OpenId> </AdminUserEditDto>