Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseAgentAllowParty ¶
type ResponseAgentAllowParty struct { *response.ResponseWork PartyID []int `json:"partyid"` }
type ResponseAgentAllowTags ¶
type ResponseAgentAllowTags struct {
TagID []int `json:"tagid"`
}
type ResponseAgentAllowUser ¶
type ResponseAgentAllowUser struct { *response.ResponseWork UserID string `json:"userid"` }
type ResponseAgentAllowUserInfos ¶
type ResponseAgentAllowUserInfos struct { *response.ResponseWork User []*ResponseAgentAllowUser `json:"user"` }
type ResponseAgentGet ¶
type ResponseAgentGet struct { *response.ResponseWork AgentID int `json:"agentid"` // "agentid": 1000005, Name string `json:"name"` // "name": "HR助手", SquareLogoURL string `json:"square_logo_url"` // "square_logo_url": "https://p.qlogo.cn/bizmail/FicwmI50icF8GH9ib7rUAYR5kicLTgP265naVFQKnleqSlRhiaBx7QA9u7Q/0", Description string `json:"description"` // "description": "HR服务与员工自助平台", AllowUserInfos ResponseAgentAllowUserInfos `json:"allow_userinfos"` // "allow_userinfos": { AllowParty ResponseAgentAllowParty `json:"allow_partys"` // "allow_partys": { AllowTags ResponseAgentAllowTags `json:"allow_tags"` // "allow_tags": { Close int8 `json:"close"` RedirectDomain string `json:"redirect_domain"` ReportLocationFlag int8 `json:"report_location_flag"` IsReportEnter int8 `json:"isreportenter"` HomeURL string `json:"home_url"` }
type ResponseAgentGetWorkbenchTemplate ¶
type ResponseAgentGetWorkbenchTemplate struct { *response.ResponseWork TemplateType string `json:"type"` Image request.WorkBenchImage `json:"image"` ReplaceUserData bool `json:"replace_user_data"` }
type ResponseAgentList ¶
type ResponseAgentList struct { *response.ResponseWork AgentList []ResponseAgentGet `json:"agentlist"` }
type ResponseAgentSet ¶
type ResponseAgentSet struct {
*response.ResponseWork
}
type ResponseAgentSetWorkbenchData ¶
type ResponseAgentSetWorkbenchData struct {
*response.ResponseWork
}
type ResponseAgentSetWorkbenchTemplate ¶
type ResponseAgentSetWorkbenchTemplate struct {
*response.ResponseWork
}
Click to show internal directories.
Click to hide internal directories.