认证授权主要流程实现
This commit is contained in:
7
web/common/types.go
Normal file
7
web/common/types.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package common
|
||||
|
||||
// ErrResp 定义通用错误响应格式
|
||||
type ErrResp struct {
|
||||
Message string `json:"message"`
|
||||
Error bool `json:"error"`
|
||||
}
|
||||
Reference in New Issue
Block a user