feat: 添加 GET /api/payment/orders 接口,返回用户订单记录

This commit is contained in:
2026-05-07 17:12:31 +08:00
parent a05b46dfe2
commit 228a9f3b3b
4 changed files with 45 additions and 1 deletions

View File

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