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

12 lines
286 B
YAML
Raw Normal View History

# 请输入自己的appid和appsecret
wx:
miniapp:
open: true
2024-01-18 00:25:18 +00:00
appId: appId
appSecret: appSecret
url: https://api.weixin.qq.com/sns/jscode2session
pub:
open: true
2024-01-18 00:25:18 +00:00
appId: appId
appSecret: appSecret
url: https://api.weixin.qq.com/sns/oauth2/access_token