feat: preview user info

This commit is contained in:
mokurin000
2025-07-30 03:57:51 +08:00
parent 704be45e00
commit 5ea8ebbf64
8 changed files with 106 additions and 3 deletions

View File

@@ -2,3 +2,6 @@ use serde::Serialize;
#[derive(Serialize)]
pub struct Ping {}
mod get_user_preview_api;
pub use get_user_preview_api::{GetUserPreviewApi, GetUserPreviewApiResp};