|
@@ -91,9 +91,12 @@ swagger:
|
|
|
enabled: true
|
|
enabled: true
|
|
|
|
|
|
|
|
wx:
|
|
wx:
|
|
|
|
|
+ # 小程序的openid的接口
|
|
|
code2Session: https://api.weixin.qq.com/sns/jscode2session?
|
|
code2Session: https://api.weixin.qq.com/sns/jscode2session?
|
|
|
- appId: wxa65eeeaf814993aa
|
|
|
|
|
- appSecret: c31c4a154a1329b862936504ed3fa5bb
|
|
|
|
|
|
|
+ # 小程序的appid
|
|
|
|
|
+ appId: wxe27c8f5249b7aeab
|
|
|
|
|
+ # 小程序的appSecret
|
|
|
|
|
+ appSecret: 9bd0efa102f148ff4ca09a1152310555
|
|
|
accessToken: https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&
|
|
accessToken: https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&
|
|
|
qrcodeCreate: https://api.weixin.qq.com/cgi-bin/qrcode/create?access_token=
|
|
qrcodeCreate: https://api.weixin.qq.com/cgi-bin/qrcode/create?access_token=
|
|
|
showQrCode: https://mp.weixin.qq.com/cgi-bin/showqrcode?ticket=
|
|
showQrCode: https://mp.weixin.qq.com/cgi-bin/showqrcode?ticket=
|