类 WxPayNativeChannelNotifyController
- java.lang.Object
-
- net.guerlab.smart.pay.web.wx.AbstractWxPayController
-
- net.guerlab.smart.pay.web.wx.AbstractWxPayNotifyController
-
- net.guerlab.smart.pay.web.controller.commons.notify.wx.WxPayNativeChannelNotifyController
-
@RestController("/commons/notify/wx/native") @RequestMapping("/commons/notify/wx/native") public class WxPayNativeChannelNotifyController extends AbstractWxPayNotifyController支付回调-微信-native- 作者:
- guer
-
-
字段概要
字段 修饰符和类型 字段 说明 static java.lang.StringURL-
从类继承的字段 net.guerlab.smart.pay.web.wx.AbstractWxPayController
configService, KEY_APP_ID, payProperties
-
-
构造器概要
构造器 构造器 说明 WxPayNativeChannelNotifyController()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected WxPayServiceTypegetWxPayServiceType()获取微信支付服务类型-
从类继承的方法 net.guerlab.smart.pay.web.wx.AbstractWxPayNotifyController
notify, notify0, setLogService, setNotifyOriginalLogService, setNotifyService
-
从类继承的方法 net.guerlab.smart.pay.web.wx.AbstractWxPayController
buildWxPayService, buildWxPayService, setConfigService, setPayProperties
-
-
-
-
字段详细资料
-
URL
public static final java.lang.String URL
- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
getWxPayServiceType
protected WxPayServiceType getWxPayServiceType()
从类复制的说明:AbstractWxPayController获取微信支付服务类型- 指定者:
getWxPayServiceType在类中AbstractWxPayController- 返回:
- 微信支付服务类型
-
-