From 10c5247722995e571b3fd4dbffb178964a9bd6ee Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 05 十一月 2025 10:51:54 +0800
Subject: [PATCH] 台账添加错误问题修改
---
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