Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ NotificationHandler handler = new NotificationHandler(verifier, apiV3Key.getByte
// 验签和解析请求体
Notification notification = handler.parse(request);
// 从notification中获取解密报文
System.out.println(nottDecryptData());
System.out.println(notification.getDecryptData());
```

[NotificationHandlerTest](src/test/java/com/wechat/pay/contrib/apache/httpclient/NotificationHandlerTest.java#105)是一个更完整的示例。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

/**
* 在原有CertificatesVerifier基础上,增加自动更新证书功能
* 该类已废弃,请使用ScheduledUpdateCertificatesVerifier
* 该类已废弃,请使用CertificatesManager
*
* @author xy-peng
*/
Expand Down