类 OrderNotifyController

java.lang.Object
com.hengyi.xbaseweb.pay.controller.OrderNotifyController

@RestController @RequestMapping("/pay/order/notify") public class OrderNotifyController extends Object
订单支付回调
  • 构造器详细资料

    • OrderNotifyController

      public OrderNotifyController()
  • 方法详细资料

    • alipayNotifyUrl

      @RequestMapping(value="alipayNotify", method={POST,GET}) public String alipayNotifyUrl(jakarta.servlet.http.HttpServletRequest request)
      支付宝回调地址
      参数:
      request -
      返回:
    • wxpayNotify

      @RequestMapping(value="wxpayNotify", method={POST,GET}) public String wxpayNotify(jakarta.servlet.http.HttpServletRequest request)
      微信回调地址
    • wxRefundNotify

      @RequestMapping(value="/wxRefundNotify", method={POST,GET}) public String wxRefundNotify(jakarta.servlet.http.HttpServletRequest request)
      微信退款通知
    • alipayUserRechargeNotify

      @RequestMapping("alipayUserRechargeNotify") public String alipayUserRechargeNotify(jakarta.servlet.http.HttpServletRequest request)
      支付宝回调地址
      参数:
      request -
      返回:
    • wxpayUserRechargeNotify

      @RequestMapping(value="wxpayUserRechargeNotify", method={POST,GET}) public String wxpayUserRechargeNotify(jakarta.servlet.http.HttpServletRequest request)
      微信用户充值异步通知