1 2 3 4
pub mod client; pub mod notify; pub use client::AlipayClient; pub use notify::{AlipayNotify, AlipayNotifyData};