Class WeChatPayWebhooks

java.lang.Object
com.bytedesk.wechat.pay.WeChatPayWebhooks

@RestController @RequestMapping("/wechat/pay") @ConditionalOnProperty(name="bytedesk.wechat.pay.enabled", havingValue="true", matchIfMissing=false) public class WeChatPayWebhooks extends Object
  • Field Details

  • Constructor Details

    • WeChatPayWebhooks

      public WeChatPayWebhooks()
  • Method Details

    • notification

      @PostMapping("/notification") public String notification(jakarta.servlet.http.HttpServletRequest request)
      接收支付通知 微信以数据流的形式通知
      Parameters:
      request - request
      Returns:
      string
      See Also: