POST api/Login/LoginMini

Request Information

URI Parameters

None.

Body Parameters

WxCode
NameDescriptionTypeAdditional information
code

string

None.

TenantID

integer

None.

encryptedData

string

None.

iv

string

None.

WeChat

string

None.

Url

string

None.

Request Formats

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "TenantID": 2,
  "encryptedData": "sample string 3",
  "iv": "sample string 4",
  "WeChat": "sample string 5",
  "Url": "sample string 6"
}

application/xml, text/xml

Sample:
<WxCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KS.CommonLib">
  <TenantID>2</TenantID>
  <Url>sample string 6</Url>
  <WeChat>sample string 5</WeChat>
  <code>sample string 1</code>
  <encryptedData>sample string 3</encryptedData>
  <iv>sample string 4</iv>
</WxCode>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.