public class NotificationHandler
extends java.lang.Object
| Constructor and Description |
|---|
NotificationHandler(Verifier verifier,
byte[] apiV3Key) |
| Modifier and Type | Method and Description |
|---|---|
Notification |
parse(Request request)
解析微信支付通知请求结果
|
public NotificationHandler(Verifier verifier, byte[] apiV3Key)
public Notification parse(Request request) throws ValidationException, ParseException
request - 微信支付通知请求ValidationException - 1.输入参数不合法 2.参数被篡改导致验签失败 3.请求和验证的平台证书不一致导致验签失败ParseException - 1.解析请求体为Json失败 2.请求体无对应参数 3.AES解密失败