Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CodeOK 表示操作成功。 CodeOK = 0 // CodeBadRequest 表示请求参数无效。 CodeBadRequest = 40000 CodeUnauthorized = 40100 // CodeForbidden 表示操作被禁止。 CodeForbidden = 40300 // CodeNotFound 表示资源不存在。 CodeNotFound = 40400 // CodeInternal 表示内部服务错误。 CodeInternal = 50000 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.