GET api/System/GetUserCacheKey?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

LoginUserDto
NameDescriptionTypeAdditional information
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:

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:
<LoginUserDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Framework.Session.Base">
  <ChrPic>sample string 3</ChrPic>
  <ChrTel>sample string 4</ChrTel>
  <Chrname>sample string 2</Chrname>
  <CookieStr>sample string 5</CookieStr>
  <Id>1</Id>
  <PcState>sample string 7</PcState>
  <UserIP>sample string 6</UserIP>
</LoginUserDto>