Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KF ¶
type KF struct {
KFAccount string `json:"kf_account"`
KFHeadImgURL string `json:"kf_headimgurl"`
KFID int `json:"kf_id"`
KFNick string `json:"kf_nick"`
KFWx string `json:"kf_wx,omitempty"`
InviteWx string `json:"invite_wx,omitempty"`
InviteExpireTime int `json:"invite_expire_time,omitempty"`
InviteStatus string `json:"invite_status,omitempty"`
}
type ResponseKFOnlineList ¶
type ResponseKFOnlineList struct {
*response.ResponseOfficialAccount
KfOnlineList []*KFOnline `json:"kf_online_list"`
}
type ResponseList ¶
type ResponseList struct {
*response.ResponseOfficialAccount
KFList []*KF `json:"kf_list"`
}
type ResponseMessages ¶
type ResponseMessages struct {
*response.ResponseOfficialAccount
RecordList []*Record `json:"recordlist"`
Number int `json:"number"`
MsgID int `json:"msgid"`
}
Click to show internal directories.
Click to hide internal directories.