Jerry 6 lat temu
rodzic
commit
98aa0e30ea
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      wechat_servier_api.go

+ 1 - 1
wechat_servier_api.go

@@ -100,7 +100,7 @@ func VerifyPayResultSign(apiKey string, signType string, notifyRsp *WeChatNotify
 	newBody := make(BodyMap)
 	for k, v := range body {
 		vStr := convert2String(v)
-		if vStr != null && vStr != "0" {
+		if vStr != null {
 			newBody.Set(k, v)
 		}
 	}