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