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

19 lines
384 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