From 9fa57f992d3f50b5c386c80ba40af0671e54948a Mon Sep 17 00:00:00 2001 From: wanggeng888 <450292408@qq.com> Date: Fri, 26 Mar 2021 13:19:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=A4=A7=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-test.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 7b81f47..20df9b5 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -1,7 +1,7 @@ server: port: 7001 - url: http://127.0.0.1:7001/usercenter - ws: ws://127.0.0.1:7001/usercenter/ws + url: http://192.168.0.103:7001/usercenter + ws: ws://192.168.0.103:7001/usercenter/ws title: 统一用户管理平台 login-page-name: 统一用户管理平台 servlet: @@ -168,15 +168,17 @@ open-platform: wechat: mini-app: # 激活状态 - active: false + active: true authorizeUrl: https://api.weixin.qq.com/sns/jscode2session # 绑定用户连接,指向统一用户,可以内网 bindUserUrl: http://127.0.0.1:7001/usercenter/wxminiapp/sign/logincheckusername grantType: authorization_code # appKey: wxe17874894f7ff27b # appSecret: 9ab6a87ccedf6555809f1a42e3820f12 - appKey: wx953da91650b16128 - appSecret: 69ba0f0223da28e1472a9fe33b4c34d7 +# appKey: wx953da91650b16128 +# appSecret: 69ba0f0223da28e1472a9fe33b4c34d7 + appKey: wxc529578602bca580 + appSecret: fb752f8eed90ed449e7194c82756bb7f # 公众号 official-account: # 开启跨域