feat: 添加 POST /api/payment/sync-order 接口,用于强制同步订单会员状态

This commit is contained in:
2026-05-07 16:58:55 +08:00
parent c82bb303f7
commit a05b46dfe2
3 changed files with 40 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ pub use payment::create_order;
pub use payment::generate_code;
pub use payment::get_user_quota;
pub use payment::mock_confirm;
pub use payment::sync_order;
pub use payment::payment_index;
pub use payment::payment_login_status;
pub use payment::payment_page;