xuhy
2025-04-17 c38fe636d9d7f893cc0b79b10104d3acdb0d5635
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();