POST api/captcha/loginV2
Request Information
URI Parameters
None.
Body Parameters
WebLog| Name | Description | Type | Additional information |
|---|---|---|---|
| phone | string |
None. |
|
| inviteCode | string |
None. |
|
| messCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"phone": "sample string 1",
"inviteCode": "sample string 2",
"messCode": "sample string 3"
}
application/xml, text/xml
Sample:
<WebLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Admin.Net.Repository.Bus.User.Dto"> <inviteCode>sample string 2</inviteCode> <messCode>sample string 3</messCode> <phone>sample string 1</phone> </WebLog>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.