Skip to content

Commit c9dcca9

Browse files
binarywangCopilot
andauthored
Update weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/BaseWxPayServiceImpl.java
Co-authored-by: Copilot <[email protected]>
1 parent c8cbe46 commit c9dcca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/BaseWxPayServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public WxPayOrderNotifyResult parseOrderNotifyResult(String xmlData, String sign
323323
// 检测数据格式并给出适当的处理建议
324324
if (xmlData != null && xmlData.trim().startsWith("{")) {
325325
throw new WxPayException("检测到V3版本的JSON格式通知数据,请使用parseOrderNotifyV3Result方法解析。" +
326-
"V3 API需要传入SignatureHeader参数进行签名验证。");
326+
" V3 API需要传入SignatureHeader参数进行签名验证。");
327327
}
328328

329329
WxPayOrderNotifyResult result = WxPayOrderNotifyResult.fromXML(xmlData);

0 commit comments

Comments
 (0)