Browse Source

change func name

Jerry 7 years ago
parent
commit
a1ff719faa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wechat_servier_api.go

+ 1 - 1
wechat_servier_api.go

@@ -106,7 +106,7 @@ func VerifyPayResultSign(apiKey string, signType string, notifyRsp *WeChatNotify
 		}
 	}
 
-	signStr := sortSignParams(apiKey, newBody)
+	signStr := sortWeChatSignParams(apiKey, newBody)
 	var hashSign []byte
 	if signType == SignType_MD5 {
 		hash := md5.New()