Jerry 6 лет назад
Родитель
Сommit
98aa0e30ea
1 измененных файлов с 1 добавлено и 1 удалено
  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)
 		}
 	}