diff --git a/wxpay/README.md b/wxpay/README.md index 076ab5694d1ce998d98f175bf8e37e12464ee584..7844bea0dc5a5afd1ba4acbd0e3a1bdbe0ff5d5e 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" // 微信证书文件的本地路径,仅部分接口使用,如果不使用这些接口,可以传递空值 )