Merge branch 'main' of github.com:wanggeng888/service-user-center into main

This commit is contained in:
WenG 2021-04-06 21:30:49 +08:00
commit 19b5b28ad1

View File

@ -1,7 +1,7 @@
server: server:
port: 7001 port: 7001
url: http://127.0.0.1:7001/usercenter url: http://192.168.0.103:7001/usercenter
ws: ws://127.0.0.1:7001/usercenter/ws ws: ws://192.168.0.103:7001/usercenter/ws
title: 统一用户管理平台 title: 统一用户管理平台
login-page-name: 统一用户管理平台 login-page-name: 统一用户管理平台
servlet: servlet:
@ -168,15 +168,17 @@ open-platform:
wechat: wechat:
mini-app: mini-app:
# 激活状态 # 激活状态
active: false active: true
authorizeUrl: https://api.weixin.qq.com/sns/jscode2session authorizeUrl: https://api.weixin.qq.com/sns/jscode2session
# 绑定用户连接,指向统一用户,可以内网 # 绑定用户连接,指向统一用户,可以内网
bindUserUrl: http://127.0.0.1:7001/usercenter/wxminiapp/sign/logincheckusername bindUserUrl: http://127.0.0.1:7001/usercenter/wxminiapp/sign/logincheckusername
grantType: authorization_code grantType: authorization_code
# appKey: wxe17874894f7ff27b # appKey: wxe17874894f7ff27b
# appSecret: 9ab6a87ccedf6555809f1a42e3820f12 # appSecret: 9ab6a87ccedf6555809f1a42e3820f12
appKey: wx953da91650b16128 # appKey: wx953da91650b16128
appSecret: 69ba0f0223da28e1472a9fe33b4c34d7 # appSecret: 69ba0f0223da28e1472a9fe33b4c34d7
appKey: wxc529578602bca580
appSecret: fb752f8eed90ed449e7194c82756bb7f
# 公众号 # 公众号
official-account: official-account:
# 开启跨域 # 开启跨域