2024-01-15 18:09:33 +00:00
|
|
|
# 请输入自己的appid和appsecret
|
2024-06-09 19:42:47 +00:00
|
|
|
oauth:
|
2024-02-14 08:04:30 +00:00
|
|
|
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
|
|
|
|
|
2024-06-09 19:42:47 +00:00
|
|
|
tfa:
|
2024-02-14 08:04:30 +00:00
|
|
|
phone:
|
|
|
|
dysms:
|
2024-06-09 19:42:47 +00:00
|
|
|
# 阿里云短信 AccessKey ID
|
2024-02-14 08:04:30 +00:00
|
|
|
appId: appId
|
2024-06-09 19:42:47 +00:00
|
|
|
# 阿里云短信 AccessKey Secret
|
2024-02-14 08:04:30 +00:00
|
|
|
appSecret: appSecret
|
2024-06-09 03:54:50 +00:00
|
|
|
|
|
|
|
spring:
|
|
|
|
mail:
|
|
|
|
host: smtp.qq.com
|
|
|
|
# 邮箱地址
|
2024-06-09 19:42:47 +00:00
|
|
|
username: email
|
2024-06-09 03:54:50 +00:00
|
|
|
# 授权码
|
|
|
|
password: password
|