Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ServerError = NewApiError(codes.Internal, "系统错误,请稍后重试")
View Source
var Success = NewApiError(codes.OK, "")
Functions ¶
This section is empty.
Types ¶
type StdInfoResp ¶
type StdInfoResp struct { *ApiError Data interface{} `json:"data"` }
统一信息返回
func (*StdInfoResp) Error ¶
func (sir *StdInfoResp) Error() string
Click to show internal directories.
Click to hide internal directories.