RUOYI-geek/ruoyi-admin/src/main/resources/application-auth.yml
dftre cfe70b1259 移除微信小程序和公众号配置中的 open 字段
- 删除了 oauth.wx.miniapp 和 oauth.wx.pub 配置中的 open 字段
- 移除了 WxMiniAppConstant 和 WxPubConstant 类中的 open 字段相关代码

添加了一些属性标识
2024-10-08 13:54:29 +08:00

28 lines
549 B
YAML

# 请输入自己的appid和appsecret
oauth:
wx:
miniapp:
appId: appId
appSecret: appSecret
url: https://api.weixin.qq.com/sns/jscode2session
pub:
appId: appId
appSecret: appSecret
url: https://api.weixin.qq.com/sns/oauth2/access_token
tfa:
phone:
dysms:
# 阿里云短信 AccessKey ID
appId: appId
# 阿里云短信 AccessKey Secret
appSecret: appSecret
spring:
mail:
host: smtp.qq.com
# 邮箱地址
username: email
# 授权码
password: password