xuhy
2025-04-17 9002bc8366c89b5667dd793d87723b3007f02229
ruoyi-service/ruoyi-admin/src/main/java/com/ruoyi/admin/controller/AppFranchiseeController.java
@@ -166,7 +166,7 @@
        }
        return R.ok(franchiseeWithdraw);
    }
    @ApiOperation(value = "管理后台-加盟商提现详情", tags = {"提现"})
    @ApiOperation(value = "管理后台-审核", tags = {"提现"})
    @PostMapping(value = "/auditFranchiseeWithdraw")
    public R auditFranchiseeWithdraw(@RequestBody AuditFranchiseeWithdrawDTO auditFranchiseeWithdrawDTO) {
        LoginUser loginWorker = tokenService.getLoginUser();