save
This commit is contained in:
@@ -39,7 +39,9 @@ var (
|
||||
CodeServiceErr = &StatusResponse{510, "server logic error"} // 服务逻辑错误
|
||||
CodeUnAuth = &StatusResponse{401, "unauthorized"} // 未授权
|
||||
|
||||
CodeOAuthGoogleApiErr = &StatusResponse{5070, "oauth2 google api error"}
|
||||
CodeOAuthGoogleApiErr = &StatusResponse{5070, "oauth2 google api error"}
|
||||
CodeOAuthRegisterTokenErr = &StatusResponse{5071, "oauth2 jwt token error"}
|
||||
CodeOAuthEmailErr = &StatusResponse{5071, "Invalid email format"}
|
||||
|
||||
CodeS3PutObjectRequestErr = &StatusResponse{5060, "s3 PutObjectRequest error"} // s3 PutObjectRequest 错误
|
||||
CodeS3PutSizeLimitErr = &StatusResponse{5061, "s3 over limit size error"} // s3 超过文件大小限制 错误
|
||||
|
||||
Reference in New Issue
Block a user