POST api/User/Login_js_code
Request Information
URI Parameters
None.
Body Parameters
ReadDTOOfReadXCXLongin| Name | Description | Type | Additional information |
|---|---|---|---|
| data | ReadXCXLongin |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": {
"js_code": "sample string 1"
},
"PageSize": 1,
"PageIndex": 2
}
application/xml, text/xml
Sample:
<ReadDTOOfReadXCXLongincc8wrA37 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.Models">
<PageIndex>2</PageIndex>
<PageSize>1</PageSize>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.ReadModels">
<d2p1:js_code>sample string 1</d2p1:js_code>
</data>
</ReadDTOOfReadXCXLongincc8wrA37>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultDTOOfRead_UnionidAndOpenid| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| data | Read_UnionidAndOpenid |
None. |
|
| msg | string |
None. |
|
| Exception | Object |
None. |
|
| Exception1 | Object |
None. |
|
| count | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"data": {
"session_key": "sample string 1",
"openid": "sample string 2",
"unionid": "sample string 3"
},
"msg": "sample string 2",
"Exception": {},
"Exception1": {},
"count": 5,
"PageSize": 6,
"PageIndex": 7
}
application/xml, text/xml
Sample:
<ResultDTOOfRead_UnionidAndOpenidN6YMWD9v xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.Models">
<Exception />
<Exception1 />
<PageIndex>7</PageIndex>
<PageSize>6</PageSize>
<code>1</code>
<count>5</count>
<data>
<openid>sample string 2</openid>
<session_key>sample string 1</session_key>
<unionid>sample string 3</unionid>
</data>
<msg>sample string 2</msg>
</ResultDTOOfRead_UnionidAndOpenidN6YMWD9v>