Documentation
¶
Index ¶
Constants ¶
View Source
const ( CodeOK = 0 MessageOK = "ok" )
Variables ¶
View Source
var ErrRequest = errors.New("feishu request error")
Functions ¶
Types ¶
type ResponseMeta ¶
type ResponseMeta struct { Code int64 `json:"code"` // 出错返回码,为0表示成功,非0表示调用失败 Message string `json:"msg,omitempty"` // 返回码提示语 }
ResponseMeta 响应操作信息
func (ResponseMeta) String ¶
func (t ResponseMeta) String() string
Click to show internal directories.
Click to hide internal directories.