feat(payment): 接入支付宝沙箱环境 (alipay.trade.page.pay)

This commit is contained in:
2026-04-23 12:23:53 +08:00
parent 8c9552fbfc
commit e8286310ea
6 changed files with 484 additions and 295 deletions

View File

@@ -31,9 +31,11 @@ pub use weather::get_weather_brief;
pub use weather::get_weather_details;
pub use weather::post_weather_data;
pub use payment::alipay_trade_page_pay;
pub use payment::alipay_notify;
pub use payment::alipay_pay_page;
pub use payment::create_order;
pub use payment::get_user_quota;
pub use payment::mock_confirm;
pub use payment::payment_index;
pub use payment::payment_page;
pub use payment::payment_success;