wxpay-rs 2.0.2

WeChat Pay API v3 Rust SDK
Documentation
1
2
3
4
5
6
7
8
9
//! 通知处理模块
//!
//! 提供微信支付回调通知的处理功能。

pub mod handler;
pub mod parser;

pub use handler::NotifyHandler;
pub use parser::NotifyParser;