Interface WeChatPayNotificationService
- All Known Implementing Classes:
DefaultWeChatPayNotificationService
public interface WeChatPayNotificationService
Provide method to handle notification from WeChat
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleWeChatPayPaymentResponse(WeChatRawDirectPayNotification weChatPayNotification) Handling the Asyn-response of the 3rd part payment service provider server
-
Method Details
-
handleWeChatPayPaymentResponse
Handling the Asyn-response of the 3rd part payment service provider server- Parameters:
weChatPayNotification- The parameters of WeChatRawDirectPayNotification
-