12 lines
286 B
YAML
12 lines
286 B
YAML
# 请输入自己的appid和appsecret
|
|
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 |