5 lines
65 B
TypeScript
Raw Normal View History

2023-11-07 18:56:52 +08:00
export enum GAction {
TOKEN_EXPIRED = 1001, //Token过期
}