All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.binarywang.wxpay.bean.notify.WxPayBaseNotifyV3Result Maven / Gradle / Ivy

The newest version!
package com.github.binarywang.wxpay.bean.notify;

/**
 * 微信支付公用回调
 *
 * @author Pursuer
 * @version 1.0
 * @date 2023/6/15
 */
public interface WxPayBaseNotifyV3Result {
  /**
   * 设置原始数据
   *
   * @param rawData 原始数据
   * @author Pursuer
   * @date 2023/6/15
   * @since 1.0
   **/
  void setRawData(OriginNotifyResponse rawData);

  /**
   * 解密后的数据
   *
   * @param data 解密后的数据
   * @author Pursuer
   * @date 2023/6/15
   * @since 1.0
   **/
  void setResult(T data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy