POST General/UserLogin_V2_1_0

1.2.2.2 用户登录 2.0版本使用

Request Information

URI Parameters

None.

Body Parameters

参数

UserLoginRequestInfoModel
NameDescriptionTypeAdditional information
login_userId

用户ID

string

None.

login_useridType

用户身份类型

integer

None.

login_userPwd

用户密码

string

None.

login_from

登录平台 android or ios

string

None.

login_appCode

用户登录app编码(允许为空)

string

None.

Request Formats

application/json, text/json

Sample:
{
  "login_userId": "sample string 1",
  "login_useridType": 2,
  "login_userPwd": "sample string 3",
  "login_from": "sample string 4",
  "login_appCode": "sample string 5"
}

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.