类 AbstractWxPayController

    • 字段详细资料

      • KEY_APP_ID

        protected static final java.lang.String KEY_APP_ID
        应用ID关键字
        另请参阅:
        常量字段值
      • configService

        protected net.guerlab.smart.pay.service.service.WxPayConfigService configService
      • payProperties

        protected net.guerlab.smart.pay.service.properties.PayProperties payProperties
    • 构造器详细资料

      • AbstractWxPayController

        public AbstractWxPayController()
    • 方法详细资料

      • getWxPayServiceType

        protected abstract WxPayServiceType getWxPayServiceType()
        获取微信支付服务类型
        返回:
        微信支付服务类型
      • buildWxPayService

        protected WxPayService buildWxPayService​(java.lang.String appId)
        构造微信支付服务
        参数:
        appId - 应用ID
        返回:
        微信支付服务
      • buildWxPayService

        protected WxPayService buildWxPayService​(java.lang.String appId,
                                                 boolean checkEnable)
        构造微信支付服务
        参数:
        appId - 应用ID
        checkEnable - 检查是否启用
        返回:
        微信支付服务
      • setConfigService

        @Autowired
        public void setConfigService​(net.guerlab.smart.pay.service.service.WxPayConfigService configService)
      • setPayProperties

        @Autowired
        public void setPayProperties​(net.guerlab.smart.pay.service.properties.PayProperties payProperties)