feat(auth): 添加沙箱测试用 mock_login 接口 (GET /api/mock-login)

This commit is contained in:
2026-04-23 13:11:10 +08:00
parent 502ae8babb
commit ea705f0917
3 changed files with 131 additions and 2 deletions

View File

@@ -18,6 +18,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 auth::login;
pub use auth::mock_login;
pub use auth::refresh_token;
pub use favorites::{add_favorite, get_favorites, remove_favorite};
pub use health::health_check;