RUOYI-geek/ruoyi-admin/src/main/resources/application-oauth.yml

27 lines
504 B
YAML
Raw Normal View History

# 请输入自己的appid和appsecret
2024-02-14 08:04:30 +00:00
oauth:
wx:
miniapp:
open: true
appId: appId
appSecret: appSecret
url: https://api.weixin.qq.com/sns/jscode2session
pub:
open: true
appId: appId
appSecret: appSecret
url: https://api.weixin.qq.com/sns/oauth2/access_token
phone:
dysms:
appId: appId
appSecret: appSecret
spring:
mail:
host: smtp.qq.com
# 邮箱地址
username: username
# 授权码
password: password