类 AbstractWxPayNotifyController
- java.lang.Object
-
- net.guerlab.smart.pay.web.controller.AbstractWxPayController
-
- net.guerlab.smart.pay.web.controller.AbstractWxPayNotifyController
-
- 直接已知子类:
WxPayAppChannelNotifyController,WxPayH5ChannelNotifyController,WxPayJsApiChannelNotifyController,WxPayMiniAppChannelNotifyController,WxPayNativeChannelNotifyController
public abstract class AbstractWxPayNotifyController extends AbstractWxPayController
抽象微信支付通知控制器- 作者:
- guer
-
-
字段概要
-
从类继承的字段 net.guerlab.smart.pay.web.controller.AbstractWxPayController
wxPayService
-
-
构造器概要
构造器 构造器 说明 AbstractWxPayNotifyController()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Stringnotify(String xmlData)voidsetLogService(PayLogService logService)voidsetNotifyService(PayLogNotifyService notifyService)-
从类继承的方法 net.guerlab.smart.pay.web.controller.AbstractWxPayController
getPayChannel0, setWxPayService
-
-
-
-
方法详细资料
-
notify
@PostMapping @IgnoreResponseHandler public final String notify(@RequestBody String xmlData) throws Exception
- 抛出:
Exception
-
setLogService
@Autowired public void setLogService(PayLogService logService)
-
setNotifyService
@Autowired public void setNotifyService(PayLogNotifyService notifyService)
-
-