重构代码结构与认证体系,集成异步任务消费者
This commit is contained in:
@@ -6,5 +6,12 @@ const (
|
||||
SpecNative Spec = iota + 1 // 原生客户端
|
||||
SpecBrowser // 浏览器客户端
|
||||
SpecWeb // Web 服务
|
||||
SpecTrusted // 可信服务
|
||||
SpecApi // Api 服务
|
||||
)
|
||||
|
||||
type Type int32
|
||||
|
||||
const (
|
||||
TypeNormal Type = iota // 普通客户端
|
||||
TypeInternal // 内部客户端
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user