文档
测试

【配置列表】1、查询

GET
/api/photos/configure/all

请求参数

参数名
类型
描述
必填
pageSize
Integer
页大小
必填
pageNo
Integer
页码
必填

响应参数

参数名
类型
描述
必填
configureName
String
配置名称
必填
contracteeValue
json
发包方
必填
sourceValue
String
案件来源
必填
insCompValue
String
承保公司
必填
serviceItems
json
项目类型
必填
updateDate
String
更新时间
必填
updateBy
String
更新人
必填

说明 / 示例

``` { "pageNo": 1, "pageSize": 20, "pageCount": 1, "totalItemsCount": 1, "items": [ { "id": 1001, "configureName": "发包方测试001", "contracteeValue": "[{\"id\":1349,\"name\":\"中国平安深圳分公司\"}, {\"id\":1868,\"name\":\"中国平安北京分公司\"}]", "sourceValue": "PINGAN", "insCompValue": "TAIPINGYANG,ZHLH", "serviceItems": "[{\"id\":3,\"name\":\"充气\"},{\"id\":4,\"name\":\"换胎\"}]", "isDel": false, "details": null, "detail": null, "createDate": "2022-03-18 12:06:13", "createBy": "7568242", "updateDate": "2022-03-18 12:07:20", "updateBy": "7568242" } ], "otherInfo": null, "version": null, "hasNextPage": false } ```