lll
liukangdong
2024-07-26 1587f6e47219342a112970da5e870525184121cc
server/web/src/main/java/com/doumee/api/web/CustomerManageApi.java
@@ -115,8 +115,6 @@
        return ApiResponse.success(newsService.findPage(pageWrap));
    }
    @UserLoginRequired
    @ApiOperation(value = "获取客户管理授权-列表跳转地址", notes = "获取客户管理授权跳转地址")
    @GetMapping("/getCrmAuthUrl")
@@ -159,5 +157,4 @@
            e.printStackTrace();
        }
    }
}