Skip to main content
Version: Latest(3.13)

AuthLogic 鉴权逻辑

1. 结构声明

class AuthLogic extends Logic {
isDefault?: boolean = false;
}