谷粒学院项目redirect_uri 参数错误微信二维码登录

谷粒学院项目redirect_uri 参数错误_redirect_uri": "http%3a%2f%2fguli.shop%2fapi%2fuce-CSDN博客

修改本地配置

# ����˿�
server.port=8160
# ������
#spring.application.name=service-ucenter

# mysql���ݿ�����
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/renren?serverTimezone=GMT%2B8
spring.datasource.username=root
spring.datasource.password=root

spring.redis.host=127.0.0.1
spring.redis.port=6379
spring.redis.database= 0
spring.redis.timeout=1800000
spring.redis.lettuce.pool.max-active=20
spring.redis.lettuce.pool.max-wait=-1
#��������ȴ�ʱ��(������ʾû����)
spring.redis.lettuce.pool.max-idle=5
spring.redis.lettuce.pool.min-idle=0
#������

# ΢�ſ���ƽ̨ appid
wx.open.app_id=wxed9954c01bb89b47
# ΢�ſ���ƽ̨ appsecret
wx.open.app_secret=a7482517235173ddb4083788de60b90e
# ΢�ſ���ƽ̨ �ض���url
wx.open.redirect_url=http://localhost:8160/api/ucenter/wx/callback
server.port=8160
wx.open.redirect_url=http://localhost:8160/api/ucenter/wx/callback

成功后的二维码

猜你喜欢

转载自blog.csdn.net/weixin_61503139/article/details/135534001