fix: 添加用户取消订单 + 管理员手动退款端点

This commit is contained in:
2026-05-25 13:09:54 +08:00
parent 5f3b919e92
commit 72cbb8ff28
5 changed files with 162 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ pub static TEMPLATES_DIR: Dir = include_dir!("$CARGO_MANIFEST_DIR/templates");
pub use admin::admin_get_user;
pub use admin::admin_update_user_payment;
pub use admin::admin_force_confirm_order;
pub use admin::admin_refund_order;
pub use auth::login;
pub use auth::mock_login;
pub use auth::refresh_token;
@@ -40,6 +41,7 @@ pub use weather::post_weather_data;
pub use payment::alipay_notify;
pub use payment::alipay_pay_page;
pub use payment::alipay_refund_notify;
pub use payment::cancel_order;
pub use payment::create_order;
pub use payment::generate_code;
pub use payment::get_user_quota;