GET api/insurancebank/gethomepagedata?CompanyID={CompanyID}&ClassID={ClassID}&People={People}&ProtectTime={ProtectTime}&PageSize={PageSize}&PageNum={PageNum}
获取首页险种列表
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyID | integer |
None. |
|
| ClassID | integer |
None. |
|
| People | string |
None. |
|
| ProtectTime | string |
None. |
|
| PageSize | integer |
None. |
|
| PageNum | integer |
None. |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfCxccPageDataOfInsuranceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| data | CxccPageDataOfInsuranceModel |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": {
"total": 1,
"page_total": 2,
"page_data": [
{
"Id": "sample string 1",
"ProductName": "sample string 2",
"Price": 3.0,
"Img": "sample string 4",
"CompanyName": "sample string 5",
"FromTp": 6,
"ClassName": "sample string 7",
"TouBao": "sample string 8",
"NianLing": "sample string 9",
"BaoE": "sample string 10",
"QiXian": "sample string 11"
},
{
"Id": "sample string 1",
"ProductName": "sample string 2",
"Price": 3.0,
"Img": "sample string 4",
"CompanyName": "sample string 5",
"FromTp": 6,
"ClassName": "sample string 7",
"TouBao": "sample string 8",
"NianLing": "sample string 9",
"BaoE": "sample string 10",
"QiXian": "sample string 11"
}
],
"page_index": 3
},
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.