Skip to content

Commit e584aac

Browse files
authored
Merge pull request #115 from lianup/master
修正注释和readme
2 parents 630a8d9 + 322dffe commit e584aac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ NotificationHandler handler = new NotificationHandler(verifier, apiV3Key.getByte
289289
// 验签和解析请求体
290290
Notification notification = handler.parse(request);
291291
// 从notification中获取解密报文
292-
System.out.println(nottDecryptData());
292+
System.out.println(notification.getDecryptData());
293293
```
294294

295295
[NotificationHandlerTest](src/test/java/com/wechat/pay/contrib/apache/httpclient/NotificationHandlerTest.java#105)是一个更完整的示例。

src/main/java/com/wechat/pay/contrib/apache/httpclient/auth/AutoUpdateCertificatesVerifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
/**
3434
* 在原有CertificatesVerifier基础上,增加自动更新证书功能
35-
* 该类已废弃,请使用ScheduledUpdateCertificatesVerifier
35+
* 该类已废弃,请使用CertificatesManager
3636
*
3737
* @author xy-peng
3838
*/

0 commit comments

Comments
 (0)