cache license

This commit is contained in:
weisd
2025-04-08 17:46:46 +08:00
committed by weisd
parent 885944802a
commit d29bfcca9a
5 changed files with 57 additions and 37 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ use rsa::{
};
use serde::{Deserialize, Serialize};
#[derive(Serialize, Deserialize, Debug)]
#[derive(Serialize, Deserialize, Debug, Default, Clone)]
pub struct Token {
pub name: String, // 应用ID
pub expired: u64, // 到期时间 (UNIX时间戳)