From 444b1808d73d21f9df361e64f44381b910947792 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期五, 27 九月 2024 11:05:08 +0800 Subject: [PATCH] 去掉tdedgine,去掉一部分rocketmq,去掉dmplog模块 --- smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/endpoint/OuterAppScanEndpoint.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/endpoint/OuterAppScanEndpoint.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/endpoint/OuterAppScanEndpoint.java index 1d871d0..a92de4f 100644 --- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/endpoint/OuterAppScanEndpoint.java +++ b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/endpoint/OuterAppScanEndpoint.java @@ -36,11 +36,12 @@ String userId = this.dingSyncService.getDingUserId(code); return this.outerAppScanService.loginByOuterUserId(userId); } - + /* @ApiLog("鍛樺伐浼佷笟寰俊鎵爜鐧诲綍鍥炶皟鎺ュ彛") @GetMapping({"/qy-wechat/token"}) @ApiOperation(value = "鍛樺伐浼佷笟寰俊鎵爜鐧诲綍鍥炶皟鎺ュ彛", notes = "浼犲叆鎵爜鎺堟潈code") public R<Kv> scanLogin(@RequestParam("clientId") String clientId, @RequestParam("code") String authCode) { return this.outerAppScanService.qyScanLogin(clientId, authCode); } + */ } -- Gitblit v1.9.3