POST api/StudyUser/StudyGuestLogin

小程序用户学习登录

Request Information

URI Parameters

None.

Body Parameters

GuestInfo
NameDescriptionTypeAdditional information
openId

string

None.

gType

integer

None.

nickName

string

None.

gender

string

None.

city

string

None.

province

string

None.

country

string

None.

avatarUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "openId": "sample string 1",
  "gType": 2,
  "nickName": "sample string 3",
  "gender": "sample string 4",
  "city": "sample string 5",
  "province": "sample string 6",
  "country": "sample string 7",
  "avatarUrl": "sample string 8"
}

application/xml, text/xml

Sample:
<GuestInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area">
  <avatarUrl>sample string 8</avatarUrl>
  <city>sample string 5</city>
  <country>sample string 7</country>
  <gType>2</gType>
  <gender>sample string 4</gender>
  <nickName>sample string 3</nickName>
  <openId>sample string 1</openId>
  <province>sample string 6</province>
</GuestInfo>

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.