jiangping
2024-06-19 af9932d1d6fe3bd56799dcd8b4d76dc993c5c1db
server/company/src/main/java/com/doumee/api/business/ApplyChangeController.java
@@ -135,7 +135,7 @@
        return ApiResponse.success("操作成功",applyChangeService.getChangeCountCyclePriceVO(applyChangeCyclePriceDTO));
    }
    @ApiOperation("投保确认书签章业务")
    @ApiOperation("委托保人员名单签署")
    @PostMapping("/getChangeMemberListOnlineSignLink")
    @RequiresPermissions("business:applychange:query")
    public ApiResponse<String> getChangeMemberListOnlineSignLink(@RequestBody SmsCheckDTO smsCheckDTO) {