From 8f21fc49bbdf570cf930a30556821f8f8b4ca5ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=95=B8=E9=9D=9E?= <8153694@qq.com> Date: Thu, 1 Feb 2024 15:59:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=A8=E6=88=B7=E9=92=89?= =?UTF-8?q?=E9=92=89=E4=B8=BB=E5=8A=A8=E6=8B=89=E5=8F=96=E8=AF=B7=E5=81=87?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- attendance-performance-manager/src/main/resources/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attendance-performance-manager/src/main/resources/bootstrap.yml b/attendance-performance-manager/src/main/resources/bootstrap.yml index c07216c5..062bfbcd 100644 --- a/attendance-performance-manager/src/main/resources/bootstrap.yml +++ b/attendance-performance-manager/src/main/resources/bootstrap.yml @@ -74,7 +74,7 @@ dingtalk: AppSecret: @profiles.dingtalk.appSecret@ AesKey: @profiles.dingtalk.aesKey@ token: @profiles.dingtalk.token@ + oaScheme: @profiles.dingtalk.oaScheme@ oaUrl: @profiles.dingtalk.oaUrl@ - oaUrl: @profiles.dingtalk.oaScheme@ opUserId: @profiles.dingtalk.opUserId@ -- 2.24.3