POST api/users/WXWebLogon

Request Information

URI Parameters

None.

Body Parameters

WXAppletLogonModel
NameDescriptionTypeAdditional information
BotId

string

None.

UserId

string

None.

code

string

None.

encryptedData

string

None.

iv

string

None.

encryptedDataOld

string

None.

ivOld

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BotId": "sample string 1",
  "UserId": "sample string 2",
  "code": "sample string 3",
  "encryptedData": "sample string 4",
  "iv": "sample string 5",
  "encryptedDataOld": "sample string 6",
  "ivOld": "sample string 7"
}

application/xml, text/xml

Sample:
<WXAppletLogonModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YuXun.WebAPI.Models">
  <BotId>sample string 1</BotId>
  <UserId>sample string 2</UserId>
  <code>sample string 3</code>
  <encryptedData>sample string 4</encryptedData>
  <encryptedDataOld>sample string 6</encryptedDataOld>
  <iv>sample string 5</iv>
  <ivOld>sample string 7</ivOld>
</WXAppletLogonModel>

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.