类 PayNotifyService


  • public class PayNotifyService
    extends java.lang.Object
    PayNotifyService
    从以下版本开始:
    2022/07/04
    作者:
    jiangcs
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void setPayWxProperties​(WxPayProperties wxPayProperties)  
      void wx​(java.lang.String jsonStr, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      微信支付通知
      void zfb​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      支付宝支付通知
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • PayNotifyService

        public PayNotifyService()
    • 方法详细资料

      • wx

        public void wx​(java.lang.String jsonStr,
                       javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
        微信支付通知
        参数:
        jsonStr - 通知参数
        request - 请求句柄
        response - 响应句柄
      • zfb

        public void zfb​(javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
        支付宝支付通知
        参数:
        request - 请求句柄
        response - 响应句柄
      • setPayWxProperties

        @Autowired
        public void setPayWxProperties​(WxPayProperties wxPayProperties)