k94314517
2025-05-29 e1c072109e62f4adcb53af0d2c69b896b9159059
server/platform/src/main/java/com/doumee/api/common/PublicController.java
@@ -82,7 +82,8 @@
                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());
            context.put("success",false);