GET api/LegalAdviceApi?pageIndex={pageIndex}&openid={openid}&temptime={temptime}&sign={sign}&txtkey={txtkey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageIndex | integer |
Required |
|
| openid | string |
Required |
|
| temptime | string |
Required |
|
| sign | string |
Required |
|
| txtkey | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
TeamPageInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | integer |
None. |
|
| TotalPages | integer |
None. |
|
| TotalRecord | integer |
None. |
|
| Data | Collection of Team_Model |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Page": 1,
"TotalPages": 2,
"TotalRecord": 3,
"Data": [
{
"ID": 1,
"AdviceName": "sample string 2",
"Content": "sample string 3",
"LinkPhone": "sample string 4",
"ImgUrl": "sample string 5"
},
{
"ID": 1,
"AdviceName": "sample string 2",
"Content": "sample string 3",
"LinkPhone": "sample string 4",
"ImgUrl": "sample string 5"
}
],
"Message": "sample string 4"
}