Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseCorpGroupGetToken ¶
type ResponseCorpGroupGetToken struct { response.ResponseWork AccessToken string `json:"access_token"` ExpiresIn int `json:"expires_in"` }
type ResponseMsgAuditGetAgreeInfo ¶
type ResponseMsgAuditGetAgreeInfo struct { response.ResponseWork AgreeInfo []*power.HashMap `json:"agreeinfo"` }
type ResponseMsgAuditGetPermitUsers ¶
type ResponseMsgAuditGetPermitUsers struct { response.ResponseWork IDs []string `json:"ids"` }
type ResponseMsgAuditGetRobotInfo ¶
type ResponseMsgAuditGetRobotInfo struct { response.ResponseWork Data *RobotData `json:"data"` }
type ResponseMsgAuditGetRoom ¶
Click to show internal directories.
Click to hide internal directories.