Documentation ¶ Index ¶ type Common Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Common ¶ type Common struct { Success bool `json:"success"` // 是否成功 ErrorCode int `json:"errorCode"` // 错误码 ErrorMsg string `json:"errorMsg"` // 错误信息 Data any `json:"data"` // 数据 } Common 通用 json 响应 Source Files ¶ View all Source files common.go Click to show internal directories. Click to hide internal directories.