Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed Mar 7, 2021
1 parent 626d60c commit 0ed7dcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func main() {

---

### 微信支付API(现已支持部分V3接口,使用方法参考下面介绍
### 微信支付API(现已支持部分V3接口,使用方法参考下面介绍或源码

> #### 希望有时间的伙伴儿Fork完后,积极提Pull Request,一起完善微信各个类别下的接口到相应的go文件中
Expand Down Expand Up @@ -209,8 +209,8 @@ import (
)

// NewClientV3 初始化微信客户端 V3
// appid:appid
// mchid:商户ID
// appid:appid 或者服务商模式的 sp_appid
// mchid:商户ID 或者服务商模式的 sp_mchid
// serialNo:商户证书的证书序列号
// apiV3Key:apiV3Key,商户平台获取
// pkContent:私钥 apiclient_key.pem 读取后的内容
Expand All @@ -221,7 +221,7 @@ if err != nil {
}

// 自动验签
// 注意:未获取到微信平台公钥时,不要开启,请调用 client.GetPlatformCerts() 获取微信平台公钥
// 注意:未获取到微信平台公钥时,不要开启,请调用 client.GetPlatformCerts() 获取微信平台公钥(此接口只需调用一次,获取到微信平台公钥后自行保存)
//client.AutoVerifySign("微信平台公钥")

// 打开Debug开关,输出日志
Expand Down

0 comments on commit 0ed7dcd

Please sign in to comment.