server/service/src/main/java/com/doumee/service/business/InsuranceApplyService.java
@@ -124,7 +124,6 @@ void updateApplyCurrentFee(Integer id); String getSignLink(Integer id); void dealSignResult(NotifyDataReq data); @@ -155,5 +154,12 @@ * @return */ String getMemberListOnlineSignLink(Integer applyId); /** * 委托保 投保申请签署 * @param id * @return */ String getSignWTBTBDLink(Integer id); }