docs: update wg-basic/wecaht
This commit is contained in:
parent
301209435c
commit
998e8924c2
@ -2,7 +2,7 @@
|
|||||||
title: 微信模块
|
title: 微信模块
|
||||||
description: 微信模块功能
|
description: 微信模块功能
|
||||||
published: true
|
published: true
|
||||||
date: 2021-08-26T08:23:56.207Z
|
date: 2021-08-26T09:04:32.389Z
|
||||||
tags: wg-basic, wecaht
|
tags: wg-basic, wecaht
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2021-08-26T08:21:24.080Z
|
dateCreated: 2021-08-26T08:21:24.080Z
|
||||||
@ -29,7 +29,52 @@ dateCreated: 2021-08-26T08:21:24.080Z
|
|||||||
|
|
||||||
# 配置说明
|
# 配置说明
|
||||||
为了能够使用微信功能模块,需要在配置文件中添加如下配置
|
为了能够使用微信功能模块,需要在配置文件中添加如下配置
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
|
open-platform:
|
||||||
|
wechat:
|
||||||
|
# 支付
|
||||||
|
pay:
|
||||||
|
# 激活状态
|
||||||
|
active: true
|
||||||
|
# 生产环境
|
||||||
|
produce: true
|
||||||
|
# 商家ID
|
||||||
|
mchid: 123123123123
|
||||||
|
# 证书路径 和 名称
|
||||||
|
certificate-path: /Users/xxxxxxx_cert
|
||||||
|
certificate-name: apiclient_cert.pem
|
||||||
|
# 公钥文件路径
|
||||||
|
key-file-path: /Users/xxxxxxx/apiclient_key.pem
|
||||||
|
# api v3 秘钥
|
||||||
|
api-v3-secretkey: 111111111111111111
|
||||||
|
# 小程序
|
||||||
|
mini-app:
|
||||||
|
# 激活状态
|
||||||
|
active: true
|
||||||
|
# 认证地址,固定
|
||||||
|
authorizeUrl: https://api.weixin.qq.com/sns/jscode2session
|
||||||
|
# 认证方式,固定
|
||||||
|
grantType: authorization_code
|
||||||
|
# 小程序的appKey
|
||||||
|
appKey: 123123123123123
|
||||||
|
# 小程序秘钥
|
||||||
|
appSecret: 232323232323232323
|
||||||
|
# 公众号
|
||||||
|
official-account:
|
||||||
|
# 开启跨域
|
||||||
|
activate: false
|
||||||
|
authorize:
|
||||||
|
authorize-url: https://open.weixin.qq.com/connect/oauth2/authorize
|
||||||
|
access-token-url: https://api.weixin.qq.com/sns/oauth2/access_token
|
||||||
|
access-token-refresh-url: https://api.weixin.qq.com/sns/oauth2/refresh_token
|
||||||
|
userinfo-url: https://api.weixin.qq.com/sns/userinfo
|
||||||
|
response-type: code
|
||||||
|
scope: snsapi_userinfo
|
||||||
|
state: wechatRedirectUrl
|
||||||
|
grant-type: authorization_code
|
||||||
|
access-token-url: https://api.weixin.qq.com/cgi-bin/token
|
||||||
|
app-id: 123123123123123
|
||||||
|
app-secret: 123123123123123123
|
||||||
|
grant-type: client_credential
|
||||||
|
config-token: WenG
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user