Documentation ¶
Index ¶
- type ResponseGetSimpleUserList
- type ResponseGetUserDetail
- type ResponseGetUserList
- type ResponseJoinCode
- type ResponseLinkCorpGetDepartmentList
- type ResponseLinkCorpGetPermList
- type ResponseLinkCorpGetUser
- type ResponseLinkCorpGetUserList
- type ResponseLinkCorpGetUserSimpleList
- type ResponseMobileToUserID
- type ResponseOpenIDToUserID
- type ResponseTagCreate
- type ResponseTagCreateUser
- type ResponseTagDetail
- type ResponseTagList
- type ResponseUserActiveCount
- type ResponseUserBatchGetResult
- type ResponseUserBatchJobs
- type ResponseUserExportGetResult
- type ResponseUserExportJobs
- type ResponseUserIDToOpenID
- type UserSimpleDetail
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseGetSimpleUserList ¶
type ResponseGetSimpleUserList struct { *response.ResponseWork UserList []*UserSimpleDetail `json:"userlist"` }
type ResponseGetUserDetail ¶
type ResponseGetUserDetail struct { *response.ResponseWork *response2.RequestUserDetail }
type ResponseGetUserList ¶
type ResponseGetUserList struct { *response.ResponseWork //UserList []*response2.RequestUserDetail `json:"userlist"` UserList []*models.Employee `json:"userlist"` }
type ResponseJoinCode ¶
type ResponseJoinCode struct { *response.ResponseWork JoinCode string `json:"join_qrcode"` }
type ResponseLinkCorpGetDepartmentList ¶
type ResponseLinkCorpGetDepartmentList struct { *response.ResponseWork // contains filtered or unexported fields }
type ResponseLinkCorpGetPermList ¶
type ResponseLinkCorpGetPermList struct { *response.ResponseWork UserIDs []string `json:"userids"` DepartmentIDs []string `json:"department_ids"` }
type ResponseLinkCorpGetUser ¶
type ResponseLinkCorpGetUser struct { *response.ResponseWork UserInfo *power.HashMap `json:"user_info"` }
type ResponseLinkCorpGetUserList ¶
type ResponseLinkCorpGetUserList struct { *response.ResponseWork UserList []*power.HashMap `json:"userlist"` }
type ResponseLinkCorpGetUserSimpleList ¶
type ResponseLinkCorpGetUserSimpleList struct { *response.ResponseWork UserList []*power.HashMap `json:"userlist"` }
type ResponseMobileToUserID ¶
type ResponseMobileToUserID struct { *response.ResponseWork UserID string `json:"userid"` }
type ResponseOpenIDToUserID ¶
type ResponseOpenIDToUserID struct { *response.ResponseWork UserID string `json:"userid"` }
type ResponseTagCreate ¶
type ResponseTagCreate struct { *response.ResponseWork TagID string `json:"tagid"` }
type ResponseTagCreateUser ¶
type ResponseTagCreateUser struct { *response.ResponseWork InvalidUser string `json:"invaliduser"` // "userid1|userid2", InvalidParty string `json:"invalidparty"` // "partyid1|partyid2", }
type ResponseTagDetail ¶
type ResponseTagDetail struct { *response.ResponseWork TagName string `json:"tagname"` UserList []*UserSimpleDetail `json:"userlist"` PartyList []int `json:"partylist"` }
type ResponseTagList ¶
type ResponseTagList struct { *response.ResponseWork TagName string `json:"tagname"` TagList []*request.RequestTag `json:"taglist"` }
type ResponseUserActiveCount ¶
type ResponseUserActiveCount struct { *response.ResponseWork ActiveCount string `json:"active_cnt"` }
type ResponseUserBatchJobs ¶
type ResponseUserBatchJobs struct { *response.ResponseWork JobID string `json:"jobid"` }
type ResponseUserExportGetResult ¶
type ResponseUserExportGetResult struct { *response.ResponseWork Status int `json:"status"` DataList []*object.HashMap `json:"data_list"` }
type ResponseUserExportJobs ¶
type ResponseUserExportJobs struct { *response.ResponseWork JobID string `json:"jobid"` }
type ResponseUserIDToOpenID ¶
type ResponseUserIDToOpenID struct { *response.ResponseWork OpenID string `json:"openid"` }
Source Files ¶
- responseActiveUserNum.go
- responseGetUserDetail.go
- responseGetUserList.go
- responseGetUserSimpleList.go
- responseLinkCorpGetDepartmentList.go
- responseLinkCorpGetPermList.go
- responseLinkCorpGetUser.go
- responseLinkCorpGetUserList.go
- responseLinkCorpGetUserSimpleList.go
- responseMobileToUserID.go
- responseOpenIDToUserID.go
- responseTagCreate.go
- responseTagCreateUser.go
- responseTagDetail.go
- responseTagList.go
- responseUserActiveCount.go
- responseUserBatchGetResult.go
- responseUserBatchJobs.go
- responseUserExportGetResult.go
- responseUserExportJobs.go
- responseUserIDToOpenID.go
Click to show internal directories.
Click to hide internal directories.