类 AbstractWxPayNotifyController

    • 构造器详细资料

      • AbstractWxPayNotifyController

        public AbstractWxPayNotifyController()
    • 方法详细资料

      • notify

        @PostMapping("/{appId}")
        @IgnoreResponseHandler
        public final String notify​(@PathVariable
                                   String appId,
                                   @RequestBody
                                   String xmlData)
      • setLogService

        @Autowired
        public void setLogService​(PayLogService logService)
      • setNotifyService

        @Autowired
        public void setNotifyService​(PayLogNotifyService notifyService)