Jerry 7 سال پیش
والد
کامیت
69cf735e9a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      wechat_client.go

+ 1 - 1
wechat_client.go

@@ -17,7 +17,7 @@ type weChatClient struct {
 
 //初始化微信客户端 ok
 //    appId:应用ID
-//    mchID:商户ID
+//    MchID:商户ID
 //    secretKey:Key值
 //    isProd:是否是正式环境
 func NewWeChatClient(appId, mchId, secretKey string, isProd bool) *weChatClient {