| | |
| | | } |
| | | |
| | | |
| | | @ApiOperation("获取保障中人数") |
| | | @GetMapping("/guaranteeNum") |
| | | public ApiResponse<Integer> guaranteeNum() { |
| | | return ApiResponse.success(insuranceApplyService.guaranteeNum()); |
| | | } |
| | | |
| | | |
| | | @ApiOperation("测试实际金额") |
| | | @GetMapping("/testFee") |
| | | public ApiResponse testFee(Integer id) { |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | @ApiOperation("方案确认书签章业务") |
| | | @PostMapping("/getSignTBQRSLink ") |
| | | @PostMapping("/signTBQRSLink") |
| | | @RequiresPermissions("business:insuranceapply:query") |
| | | public ApiResponse<String> getSignTBQRSLink(@RequestBody SmsCheckDTO smsCheckDTO) { |
| | | return ApiResponse.success(insuranceApplyService.getSignTBQRSLink(smsCheckDTO)); |
| | | } |
| | | |
| | | |
| | | @ApiOperation("人员名单签章") |
| | | @PostMapping("/getMemberListOnlineSignLink") |
| | | @RequiresPermissions("business:insuranceapply:query") |
| | | public ApiResponse<String> getMemberListOnlineSignLink(@RequestBody SmsCheckDTO smsCheckDTO) { |
| | | return ApiResponse.success(insuranceApplyService.getMemberListOnlineSignLink(smsCheckDTO)); |
| | | } |
| | | |
| | | |
| | | @ApiOperation("投保申请单签章业务") |
| | | @PostMapping("/getSignWTBTBDLink") |