类 AbstractAlipayNotifyController
- java.lang.Object
-
- net.guerlab.smart.pay.web.alipay.AbstractAlipayController
-
- net.guerlab.smart.pay.web.alipay.AbstractAlipayNotifyController
-
- 直接已知子类:
AlipayAppChannelNotifyController,AlipayPageChannelNotifyController,AlipayWapChannelNotifyController
public abstract class AbstractAlipayNotifyController extends AbstractAlipayController
抽象支付宝支付通知控制器- 作者:
- guer
-
-
字段概要
-
从类继承的字段 net.guerlab.smart.pay.web.alipay.AbstractAlipayController
configService, KEY_APP_ID, payProperties
-
-
构造器概要
构造器 构造器 说明 AbstractAlipayNotifyController()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Stringnotify(String appId, javax.servlet.http.HttpServletRequest request)protected Stringnotify0(String appId, javax.servlet.http.HttpServletRequest request)voidsetLogService(PayLogService logService)voidsetNotifyService(PayLogNotifyService notifyService)-
从类继承的方法 net.guerlab.smart.pay.web.alipay.AbstractAlipayController
buildAlipayClient, buildAlipayClient, buildAlipayClient, buildAlipayClient, getAlipayTradeType, setConfigService, setPayProperties
-
-
-
-
方法详细资料
-
notify
@PostMapping("/{appId}") @IgnoreResponseHandler public final String notify(@PathVariable String appId, javax.servlet.http.HttpServletRequest request)
-
notify0
protected final String notify0(String appId, javax.servlet.http.HttpServletRequest request)
-
setLogService
@Autowired public void setLogService(PayLogService logService)
-
setNotifyService
@Autowired public void setNotifyService(PayLogNotifyService notifyService)
-
-