POST server/chinesepark/userauth
user authorize
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| inVO |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"curUserId": "sample string 1",
"isSSO": true,
"requestHost": "sample string 3",
"applicationPath": "sample string 4",
"secureApplicationPath": "sample string 5",
"absoluteApplicationPath": "sample string 6",
"isHttps": true,
"isMobileDevice": true,
"clientType": 0,
"clientVersion": "sample string 9",
"clientOS": "sample string 10",
"clientBuild": "sample string 11",
"timeZone": 12,
"clientId": "sample string 13"
}
application/xml, text/xml
Sample:
<BaseInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common"> <ClientId>sample string 13</ClientId> <ClientType>Web</ClientType> <TimeZone>12</TimeZone> <absoluteApplicationPath>sample string 6</absoluteApplicationPath> <applicationPath>sample string 4</applicationPath> <cachedKey>sample string 1</cachedKey> <clientBuild>sample string 11</clientBuild> <clientOS>sample string 10</clientOS> <clientVersion>sample string 9</clientVersion> <curUserId>sample string 1</curUserId> <isHttps>true</isHttps> <isMobileDevice>true</isMobileDevice> <isSSO>true</isSSO> <requestHost>sample string 3</requestHost> <secureApplicationPath>sample string 5</secureApplicationPath> </BaseInVO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"isDone": true,
"code": 0,
"message": "sample string 2",
"cachedKey": "sample string 3",
"correlationId": "212978e2-818d-4c0e-b9eb-b6dc46bc7d48",
"data": {
"returnValue": true,
"code": 0,
"message": "sample string 2"
}
}
application/xml, text/xml
Sample:
<ApiResponseOfBooleanOutVOFP0KSs_SV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API"> <CachedKey>sample string 3</CachedKey> <Code>None</Code> <CorrelationId>212978e2-818d-4c0e-b9eb-b6dc46bc7d48</CorrelationId> <IsDone>true</IsDone> <Message>sample string 2</Message> </ApiResponseOfBooleanOutVOFP0KSs_SV>