Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseKFSessionGet ¶
type ResponseKFSessionGet struct {
response.ResponseOfficialAccount
CreateTime int `json:"createtime"`
KfAccount string `json:"kf_account"`
}
type ResponseKFSessionList ¶
type ResponseKFSessionList struct {
response.ResponseOfficialAccount
Sessionlist []*Session `json:"sessionlist"`
}
type ResponseKFSessionWaitCaseList ¶
type ResponseKFSessionWaitCaseList struct {
response.ResponseOfficialAccount
Count int `json:"count"`
WaitCaseList []*WaitCase `json:"waitcaselist"`
}
Click to show internal directories.
Click to hide internal directories.