| | |
| | | throw new BusinessException(ResponseStatus.BAD_REQUEST.getCode(),"验签不通过"); |
| | | } |
| | | NotifyDataReq data = JSONObject.parseObject(req.get("data"), NotifyDataReq.class); |
| | | insuranceApplyService.dealSignResult(data); |
| | | String r = insuranceApplyService.dealSignResult(data); |
| | | log.setRepose("处理成功:"+r); |
| | | |
| | | }catch (Exception e){ |
| | | log.setRepose("处理异常;"+e.getMessage()); |
| | |
| | | |
| | | String getSignLink(Integer id); |
| | | |
| | | void dealSignResult(NotifyDataReq data); |
| | | String dealSignResult(NotifyDataReq data); |
| | | |
| | | void dealWaitSignedData(); |
| | | |
| | |
| | | |
| | | } |
| | | @Override |
| | | public void dealSignResult(NotifyDataReq data){ |
| | | public String dealSignResult(NotifyDataReq data){ |
| | | if(data.getApplyNo() == null ){ |
| | | throw new BusinessException(ResponseStatus.BAD_REQUEST); |
| | | } |