类 AbstractWxPayController
- java.lang.Object
-
- net.guerlab.smart.pay.web.controller.AbstractWxPayController
-
public abstract class AbstractWxPayController extends Object
抽象微信支付控制器- 作者:
- guer
-
-
字段概要
字段 修饰符和类型 字段 说明 protected WxPayServicewxPayService微信支付服务实例
-
构造器概要
构造器 构造器 说明 AbstractWxPayController()
-
-
-
字段详细资料
-
wxPayService
protected WxPayService wxPayService
微信支付服务实例
-
-
方法详细资料
-
setWxPayService
@Autowired public void setWxPayService(WxPayService wxPayService)
设置微信支付服务实例- 参数:
wxPayService- 微信支付服务实例
-
getPayChannel0
protected abstract String getPayChannel0()
获取支付渠道名称- 返回:
- 支付渠道名称
-
-