简要描述
请求URL
liyuan_base/insurance/info/list
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
insurance |
否 |
String |
保险名称 |
pageNo |
否 |
int |
页码 |
pageSize |
否 |
int |
分页大小 |
返回示例
{
"code": 0,
"list": [
{
"amount": 22.00,
"createBy": 626587226263781376,
"createTime": 1639381630551,
"deleted": 0,
"fileUrl": "http://test-cloud.granwin.com/files/2021-12-13_c1e9bfa6-e9c9-49d1-93f2-1d8784e77822.pdf",
"id": 630278147325034496,
"insurance": "测试",
"merchantId": 1000000,
"premium": 22.00,
"remark": "测试",
"status": 2,
"updateBy": 626587226263781376,
"updateTime": 1639381630551
},
{
"amount": 66666.00,
"createBy": 626314038275473408,
"createTime": 1638782172472,
"deleted": 0,
"fileUrl": "设备导入模板.xlsx",
"id": 627763837910646784,
"insurance": "保险122",
"merchantId": 1000000,
"premium": 666.00,
"remark": "保险1-备注11",
"status": 1,
"updateBy": 626587226263781376,
"updateTime": 1639383661540
}
],
"pageTurn": {
"currentPage": 1,
"end": 2,
"firstPage": 1,
"nextPage": 1,
"page": 1,
"pageCount": 1,
"pageSize": 200,
"prevPage": 1,
"rowCount": 2,
"start": 0,
"startIndex": 0
},
"tip": "请求成功"
}
返回参数说明
参数名 |
类型 |
说明 |
id |
long |
保险id |
insurance |
String |
保险名称 |
premium |
numeric |
保费 |
amount |
numeric |
保额 |
status |
int |
状态 1强制购买 2自选购买 |
update_time |
timestamp |
更新时间 |
remark |
string |
备注 |
fileUrl |
string |
文件地址 |
备注