From f19020858eb26cb11ca94356db9ab4c90df95b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=87=E5=87=AF?= <2425494972@qq.com> Date: Fri, 11 Mar 2022 13:59:02 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wxpay/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxpay/README.md b/wxpay/README.md index 076ab56..7844bea 100644 --- a/wxpay/README.md +++ b/wxpay/README.md @@ -8,7 +8,7 @@ ```go const ( isProd = true // 生产环境或沙盒环境 - serviceType = constant.ServiceTypeNormalDomestic // 普通商户或服务商等类型 + serviceType = wxpay.ServiceTypeNormalDomestic // 普通商户或服务商等类型 apiKey = "xxxxxxxx" // 微信支付上设置的API Key certFilepath = "/xxx/yyy/apiclient_cert.p12" // 微信证书文件的本地路径,仅部分接口使用,如果不使用这些接口,可以传递空值 ) -- Gitee