|
@@ -78,7 +78,7 @@ public class BoHaiOrderApiController {
|
|
|
|
|
|
|
|
@PostMapping("/getPolicyPrint")
|
|
@PostMapping("/getPolicyPrint")
|
|
|
@ApiOperation(value = "电子保单")
|
|
@ApiOperation(value = "电子保单")
|
|
|
- public HttpResult<CrawlerPolicyPrintVo> getPolicyPrint(@RequestSingleParam(value = "companyId") String companyId) {
|
|
|
|
|
|
|
+ public HttpResult<CrawlerPolicyPrintVo> getPolicyPrint(@RequestSingleParam(value = "companyId") String companyId) throws Exception {
|
|
|
return this.boHaiOrderApiService.getPolicyPrint(companyId);
|
|
return this.boHaiOrderApiService.getPolicyPrint(companyId);
|
|
|
}
|
|
}
|
|
|
|
|
|