MrShi
2024-10-30 70126b337a4f3559a4852a4af6734ecb248cc25c
server/shop/src/main/java/com/doumee/api/business/ApplyChangeController.java
@@ -43,7 +43,7 @@
        return ApiResponse.success(applyChangeService.create(applyChange));
    }
    @PreventRepeat
    @ApiOperation("平台退回投保")
    @ApiOperation("平台退回申请")
    @PostMapping("/back")
    @RequiresPermissions("business:applychange:back")
    public ApiResponse back(@RequestBody ApplyChange applyChange) {