GET api/AdminUser/GetLoginUser

后台-获取登录用户信息(简洁版)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

后台-获取登录用户信息(简洁版)

AdminSimpleUserDto
NameDescriptionTypeAdditional information
IsBindWx

是否绑定微信

boolean

None.

GroupId

integer

None.

Id

integer

None.

Chrname

string

None.

ChrPic

string

None.

ChrTel

string

None.

CookieStr

string

None.

UserIP

string

None.

PcState

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<AdminSimpleUserDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.AdminUser">
  <ChrPic xmlns="http://schemas.datacontract.org/2004/07/Mh.Framework.Session.Base">sample string 5</ChrPic>
  <ChrTel xmlns="http://schemas.datacontract.org/2004/07/Mh.Framework.Session.Base">sample string 6</ChrTel>
  <Chrname xmlns="http://schemas.datacontract.org/2004/07/Mh.Framework.Session.Base">sample string 4</Chrname>
  <CookieStr xmlns="http://schemas.datacontract.org/2004/07/Mh.Framework.Session.Base">sample string 7</CookieStr>
  <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Framework.Session.Base">3</Id>
  <PcState xmlns="http://schemas.datacontract.org/2004/07/Mh.Framework.Session.Base">sample string 9</PcState>
  <UserIP xmlns="http://schemas.datacontract.org/2004/07/Mh.Framework.Session.Base">sample string 8</UserIP>
  <GroupId xmlns="http://schemas.datacontract.org/2004/07/Mh.Framework.Session.Base">2</GroupId>
  <IsBindWx>true</IsBindWx>
</AdminSimpleUserDto>