From 8228cd8ac18c3e1b9708c835edd902bd44a712bd Mon Sep 17 00:00:00 2001 From: D <3066417822@qq.com> Date: Thu, 18 Jan 2024 08:25:18 +0800 Subject: [PATCH] update --- ruoyi-admin/src/main/resources/application-oauth.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-oauth.yml b/ruoyi-admin/src/main/resources/application-oauth.yml index 87fe96d..8ebaf93 100644 --- a/ruoyi-admin/src/main/resources/application-oauth.yml +++ b/ruoyi-admin/src/main/resources/application-oauth.yml @@ -2,11 +2,11 @@ wx: miniapp: open: true - appId: wx2dd450adc727b59e - appSecret: 471e9abe00b93460d6a8654a30b4c85f + appId: appId + appSecret: appSecret url: https://api.weixin.qq.com/sns/jscode2session pub: open: true - appId: wx98501e665b0f0596 - appSecret: wx98501e665b0f0596 + appId: appId + appSecret: appSecret url: https://api.weixin.qq.com/sns/oauth2/access_token \ No newline at end of file