Interface WeChatPayNotificationService
-
- All Known Implementing Classes:
DefaultWeChatPayNotificationService
public interface WeChatPayNotificationServiceProvide method to handle notification from WeChat
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleWeChatPayPaymentResponse(WeChatRawDirectPayNotification weChatPayNotification)Handling the Asyn-response of the 3rd part payment service provider server
-
-
-
Method Detail
-
handleWeChatPayPaymentResponse
void handleWeChatPayPaymentResponse(WeChatRawDirectPayNotification weChatPayNotification)
Handling the Asyn-response of the 3rd part payment service provider server- Parameters:
weChatPayNotification- The parameters of WeChatRawDirectPayNotification
-
-