Merge branch 'main' of github.com:wanggeng888/service-user-center into main
This commit is contained in:
commit
19b5b28ad1
@ -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:
|
||||
# 开启跨域
|
||||
|
Loading…
Reference in New Issue
Block a user