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

发布时间:2024年01月11日

谷粒学院项目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

成功后的二维码

文章来源:https://blog.csdn.net/weixin_61503139/article/details/135534001
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。