GET api/AdminUser/GetAdminUserInfo

后台-获取后台登录用户信息,本接口为http专用,前端不可调用

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

后台-获取后台登录用户信息,本接口为http专用,前端不可调用

mh163k_users
NameDescriptionTypeAdditional information
Chremail

邮箱

string

None.

ChrSex

性别

string

None.

dtBirthday

date

None.

IsAdmin

boolean

None.

DtAppendDate

创建时间

date

None.

RegUserId

integer

None.

UserIp

string

None.

SessionID

string

None.

LoginErrorNum

密码登录失败时加1,超过3次锁定用户。登录成功后清0

integer

None.

GroupId

用户组

integer

None.

Id

用户自增长id

integer

None.

Chrname

用户登录名

string

None.

Chrpwd

用户密码

string

None.

CookieStr

用户识别登录cookie的字符串

string

None.

IsKill

账号是否锁定

boolean

None.

ChrTel

手机号

string

None.

Chrtruename

用户真实名称

string

None.

ChrPic

个人头像

string

None.

OpenId

账号的绑定openid

string

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<mh163k_users xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">
  <ChrPic xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base">sample string 18</ChrPic>
  <ChrTel xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base">sample string 16</ChrTel>
  <Chrname xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base">sample string 12</Chrname>
  <Chrpwd xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base">sample string 13</Chrpwd>
  <Chrtruename xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base">sample string 17</Chrtruename>
  <CookieStr xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base">sample string 14</CookieStr>
  <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base">11</Id>
  <IsKill xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base">true</IsKill>
  <OpenId xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base">sample string 19</OpenId>
  <ChrSex>sample string 2</ChrSex>
  <Chremail>sample string 1</Chremail>
  <DtAppendDate>2024-04-30T01:44:15.2073101+08:00</DtAppendDate>
  <GroupId>10</GroupId>
  <IsAdmin>true</IsAdmin>
  <LoginErrorNum>9</LoginErrorNum>
  <RegUserId>6</RegUserId>
  <SessionID>sample string 8</SessionID>
  <UserIp>sample string 7</UserIp>
  <dtBirthday>2024-04-30T01:44:15.2073101+08:00</dtBirthday>
</mh163k_users>