feat: introduce typed resp request

This commit is contained in:
mokurin000
2025-07-30 04:27:32 +08:00
parent 5ea8ebbf64
commit dd1bb5fb5c
5 changed files with 87 additions and 7 deletions

View File

@@ -15,6 +15,10 @@ pub enum Commands {
#[arg(short, long)]
user_id: u32,
},
Logout {
#[arg(short, long)]
user_id: u32,
},
/// Login with QRCode from wechat
QRLogin {
/// content of the qrcode, only the last 64 characters were used