Documentation ¶
Index ¶
- Constants
- type AccessToken
- type Agent
- func (a *Agent) AddCorpTag(group CorpTagGroup, tags []CorpTag) ([]CorpTagGroup, error)
- func (a *Agent) AddStrategyTag(group CorpTagGroup, tags []CorpTag) ([]CorpTagGroup, error)
- func (a *Agent) AddTagUsers(id int, user []string, parties []int) (invalidlist string, invalidparty []int, err error)
- func (a *Agent) AppChatSendMessage(msg *AppChatMessage) error
- func (a *Agent) BatchDeleteUsers(ids ...string) error
- func (a *Agent) BatchInvite(user []string, party, tag []int) (invaliduser []string, invalidparty, invalidtag []int, err error)
- func (a *Agent) CallbackVerify(w http.ResponseWriter, r *http.Request)
- func (a *Agent) CreateAppChat(data map[string]interface{}) (string, error)
- func (a *Agent) CreateDepartment(dept Department) (int, error)
- func (a *Agent) CreateTag(tagName string, tagId ...int) (int, error)
- func (a *Agent) CreateUser(user *User) error
- func (a *Agent) DelCorpTag(tagId, groupId []string) error
- func (a *Agent) DelTagUsers(id int, user []string, parties []int) (invalidlist string, invalidparty []int, err error)
- func (a *Agent) DeleteDepartment(id int) error
- func (a *Agent) DeleteTag(id int) error
- func (a *Agent) DeleteUser(id string) error
- func (a *Agent) EditCorpTag(id, name string, order int) error
- func (a *Agent) Execute(method string, url string, body io.Reader, caller Caller) error
- func (a *Agent) ExecuteWithToken(method string, uri string, query url.Values, body io.Reader, caller Caller) error
- func (a *Agent) ExternalAddContactWay(cw ContactWay) (map[string]string, error)
- func (a *Agent) ExternalCloseTempChat(userid, external_userid string) error
- func (a *Agent) ExternalCustomerList(userid string) ([]string, error)
- func (a *Agent) ExternalDelContactWay(config_id string) error
- func (a *Agent) ExternalGetContactWay(config_id string) (ContactWay, error)
- func (a *Agent) ExternalGetFollowUserList() ([]string, error)
- func (a *Agent) ExternalListContactWay(start_time, end_time int64, limit int, cursor string) (contact_way []map[string]string, next_cursor string, err error)
- func (a *Agent) ExternalUpdateContactWay(cw ContactWay) error
- func (a *Agent) ExternalUserGet(external_userid, cursor string) (ec ExternalContact, next_cursor string, err error)
- func (a *Agent) GetAccessToken() (string, error)
- func (a *Agent) GetActiveStat(date time.Time) (int, error)
- func (a *Agent) GetAppChat(chatid string) (*AppChat, error)
- func (a *Agent) GetCorpTagList(tagId, groupId []string) ([]CorpTagGroup, error)
- func (a *Agent) GetJoinQrCode(size string) (string, error)
- func (a *Agent) GetResultBatch(jobid string) (BatchResult, error)
- func (a *Agent) GetStrategyTagList(strategy_id int, tagId, groupId []string) ([]CorpTagGroup, error)
- func (a *Agent) GetTag(id int) (tag Tag, err error)
- func (a *Agent) GetUser(id string) (User, error)
- func (a *Agent) GetUserInfo(code string, isInterior ...bool) (id, deviceId string, err error)
- func (a *Agent) ListDepartment(id ...int) ([]Department, error)
- func (a *Agent) ListTags() ([]Tag, error)
- func (a *Agent) ListUser(deptId int, fetchChild ...bool) ([]User, error)
- func (a *Agent) MediaUpload(file string) (media Media, err error)
- func (a *Agent) OpenIDConvertToUserID(openid string) (string, error)
- func (a *Agent) ParseRecvMessage(signature, timestamp, nonce string, data []byte) (recv RecvMessage, err error)
- func (a *Agent) RefreshAccessToken() error
- func (a *Agent) ReplacePartyBatch(bs *BatchSync) (string, error)
- func (a *Agent) ReplaceUserBatch(bs *BatchSync) (string, error)
- func (a *Agent) SendMessage(msg *Message) (map[string][]string, error)
- func (a *Agent) SetCache(cache Cache) *Agent
- func (a *Agent) SetDebug(debug bool) *Agent
- func (a *Agent) SetHttpClient(client *http.Client) *Agent
- func (a *Agent) SetMsgCrypt(token, encodingAESKey string) *Agent
- func (a *Agent) SimpleListUser(deptId int, fetchChild ...bool) ([]User, error)
- func (a *Agent) SyncUserBatch(bs *BatchSync) (string, error)
- func (a *Agent) UpdateAppChat(data map[string]interface{}) error
- func (a *Agent) UpdateDepartment(dept Department) error
- func (a *Agent) UpdateTag(tagName string, tagId int) error
- func (a *Agent) UpdateTaskcard(taskId, clickedKey string, userids []string) ([]string, error)
- func (a *Agent) UpdateUser(user *User) error
- func (a *Agent) UploadImg(file string) (string, error)
- func (a *Agent) UploadImgWithType(buf []byte, info os.FileInfo) (string, error)
- func (a *Agent) UploadMediaWithType(mediaType string, buf []byte, info os.FileInfo) (media Media, err error)
- func (a *Agent) UserAuthSuccess(code string) error
- func (a *Agent) UserIDConvertToOpenID(userid string) (string, error)
- func (a *Agent) WithSecret(secret string) *Agent
- type AppChat
- type AppChatMessage
- type Attrs
- type BatchResult
- type BatchResultDetail
- type BatchSync
- type Cache
- type Callback
- type Caller
- type Conclusions
- type ConclusionsImage
- type ConclusionsLink
- type ConclusionsMiniprogram
- type ConclusionsText
- type ContactWay
- type CorpTag
- type CorpTagGroup
- type Department
- type ExternalAttr
- type ExternalContact
- type ExternalProfile
- type FollowUser
- type MPNewsArticle
- type MPNewsMessage
- type Media
- type MediaMessage
- type Message
- func NewMPNewsMessage(articles []MPNewsArticle) *Message
- func NewMarkdownMessage(content string) *Message
- func NewMediaMessage(mediaType, mediaId string) *Message
- func NewMiniprogramNoticeMessage(appid, page, title, desc string, efi bool, contentItem map[string]string) *Message
- func NewNewsMessage(articles []NewsArticle) *Message
- func NewTaskCardMessage(title, desc, url, taskId string, btn []TaskCardBtn) *Message
- func NewTextCardMessage(title, desc, url, btntxt string) *Message
- func NewTextMessage(content string) *Message
- func NewVideoMessage(title, desc, mediaId string) *Message
- type MiniprogramAttr
- type MiniprogramNoticeMessage
- type NewsArticle
- type NewsMessage
- type RecvEvent
- type RecvMessage
- type ReplyMessage
- type RespMessage
- type Tag
- type Tags
- type TaskCardBtn
- type TaskCardMessage
- type TextAttr
- type TextCardMessage
- type TextMessage
- type User
- type VideoMessage
- type WebAttr
- type WechatChannels
Constants ¶
const ( // MSG_TYPE_TEXT 文本消息类型 MSG_TYPE_TEXT = "text" // MSG_TYPE_IMAGE 图片消息类型 MSG_TYPE_IMAGE = "image" // MSG_TYPE_VOICE 语音消息 MSG_TYPE_VOICE = "voice" // MSG_TYPE_VIDEO 视频消息 MSG_TYPE_VIDEO = "video" // MSG_TYPE_FILE 文件消息 MSG_TYPE_FILE = "file" // MSG_TYPE_TEXTCARD 文本卡片消息 MSG_TYPE_TEXTCARD = "textcard" // MSG_TYPE_NEWS 图文消息 MSG_TYPE_NEWS = "news" // MSG_TYPE_MPNEWS 图文消息(mpnews) MSG_TYPE_MPNEWS = "mpnews" // MSG_TYPE_MARKDOWN markdown消息 MSG_TYPE_MARKDOWN = "markdown" // MSG_TYPE_MINIPROGRAM_NOTICE 小程序通知消息 MSG_TYPE_MINIPROGRAM_NOTICE = "miniprogram_notice" // MSG_TYPE_TASKCARD 任务卡片消息 MSG_TYPE_TASKCARD = "taskcard" // MSG_TYPE_LOCATION 位置消息 MSG_TYPE_LOCATION = "location" // MSG_TYPE_LINK 链接消息 MSG_TYPE_LINK = "link" // MSG_TYPE_EVENT 事件消息 MSG_TYPE_EVENT = "event" )
const BaseURL = "https://qyapi.weixin.qq.com/cgi-bin/"
BaseURL 企业微信API接口基础网址
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessToken ¶
type AccessToken struct { AccessToken string `json:"access_token"` // 获取到的凭证,最长为512字节 ExpiresIn int64 `json:"expires_in,omitempty"` // 凭证的有效时间(秒),通常为2小时(7200秒) ExpireAt time.Time `json:"expire_at,omitempty"` // 过期时间,超过时重新获取 // contains filtered or unexported fields }
AccessToken 定义了获取 access_token 时的响应
func (*AccessToken) IsExpire ¶
func (token *AccessToken) IsExpire() bool
IsExpire 验证 access_token 是否过期
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
Agent 应用结构
func (*Agent) AddCorpTag ¶
func (a *Agent) AddCorpTag(group CorpTagGroup, tags []CorpTag) ([]CorpTagGroup, error)
AddCorpTag 添加企业客户标签 文档: https://developer.work.weixin.qq.com/document/path/92117#%E6%B7%BB%E5%8A%A0%E4%BC%81%E4%B8%9A%E5%AE%A2%E6%88%B7%E6%A0%87%E7%AD%BE
func (*Agent) AddStrategyTag ¶
func (a *Agent) AddStrategyTag(group CorpTagGroup, tags []CorpTag) ([]CorpTagGroup, error)
AddStrategyTag 为指定规则组创建企业客户标签 文档: https://developer.work.weixin.qq.com/document/path/94882#%E4%B8%BA%E6%8C%87%E5%AE%9A%E8%A7%84%E5%88%99%E7%BB%84%E5%88%9B%E5%BB%BA%E4%BC%81%E4%B8%9A%E5%AE%A2%E6%88%B7%E6%A0%87%E7%AD%BE
func (*Agent) AddTagUsers ¶
func (a *Agent) AddTagUsers(id int, user []string, parties []int) (invalidlist string, invalidparty []int, err error)
AddTagUsers 增加标签成员 文档: https://work.weixin.qq.com/api/doc/90000/90135/90214
func (*Agent) AppChatSendMessage ¶
func (a *Agent) AppChatSendMessage(msg *AppChatMessage) error
AppChatSendMessage 应用推送消息 文档: https://work.weixin.qq.com/api/doc/90000/90135/90248
func (*Agent) BatchDeleteUsers ¶
BatchDeleteUsers 批量删除成员 文档: https://work.weixin.qq.com/api/doc/90000/90135/90199
func (*Agent) BatchInvite ¶
func (a *Agent) BatchInvite(user []string, party, tag []int) (invaliduser []string, invalidparty, invalidtag []int, err error)
BatchInvite 邀请成员使用企业微信 文档: https://work.weixin.qq.com/api/doc/90000/90135/90975
func (*Agent) CallbackVerify ¶
func (a *Agent) CallbackVerify(w http.ResponseWriter, r *http.Request)
CallbackVerify 回调配置验证URL有效性
func (*Agent) CreateAppChat ¶
CreateAppChat 创建群聊会话 文档: https://work.weixin.qq.com/api/doc/90000/90135/90245
func (*Agent) CreateDepartment ¶
func (a *Agent) CreateDepartment(dept Department) (int, error)
CreateDepartment 创建部门 文档: https://developer.work.weixin.qq.com/document/path/90205
func (*Agent) CreateTag ¶
CreateTag 创建标签 文档: https://work.weixin.qq.com/api/doc/90000/90135/90210
func (*Agent) CreateUser ¶
CreateUser 创建成员 文档地址: https://work.weixin.qq.com/api/doc/90000/90135/90195
func (*Agent) DelCorpTag ¶
DelCorpTag 删除企业客户标签 文档: https://developer.work.weixin.qq.com/document/path/92117#%E5%88%A0%E9%99%A4%E4%BC%81%E4%B8%9A%E5%AE%A2%E6%88%B7%E6%A0%87%E7%AD%BE
func (*Agent) DelTagUsers ¶
func (a *Agent) DelTagUsers(id int, user []string, parties []int) (invalidlist string, invalidparty []int, err error)
DelTagUsers 删除标签成员 文档: https://work.weixin.qq.com/api/doc/90000/90135/90215
func (*Agent) DeleteDepartment ¶
DeleteDepartment 删除部门 文档: https://developer.work.weixin.qq.com/document/path/90207
func (*Agent) DeleteTag ¶
DeleteTag 删除标签,必须为标签创建者才可删除 文档: https://work.weixin.qq.com/api/doc/90000/90135/90212
func (*Agent) DeleteUser ¶
DeleteUser 删除成员 文档: https://work.weixin.qq.com/api/doc/90000/90135/90198
func (*Agent) EditCorpTag ¶
EditCorpTag 编辑企业客户标签 文档: https://developer.work.weixin.qq.com/document/path/92117#%E7%BC%96%E8%BE%91%E4%BC%81%E4%B8%9A%E5%AE%A2%E6%88%B7%E6%A0%87%E7%AD%BE
func (*Agent) ExecuteWithToken ¶
func (a *Agent) ExecuteWithToken(method string, uri string, query url.Values, body io.Reader, caller Caller) error
ExecuteWithToken 在默认的http客户端执行一个http请求,并在请求中附带 AccessToken
func (*Agent) ExternalAddContactWay ¶
func (a *Agent) ExternalAddContactWay(cw ContactWay) (map[string]string, error)
ExternalAddContactWay 配置客户联系「联系我」方式 文档: https://developer.work.weixin.qq.com/document/path/92572#%E9%85%8D%E7%BD%AE%E5%AE%A2%E6%88%B7%E8%81%94%E7%B3%BB%E3%80%8C%E8%81%94%E7%B3%BB%E6%88%91%E3%80%8D%E6%96%B9%E5%BC%8F
func (*Agent) ExternalCloseTempChat ¶
ExternalCloseTempChat 结束临时会话 文档: https://developer.work.weixin.qq.com/document/path/92572#%E7%BB%93%E6%9D%9F%E4%B8%B4%E6%97%B6%E4%BC%9A%E8%AF%9D
func (*Agent) ExternalCustomerList ¶
ExternalCustomerList 获取客户列表 文档: https://developer.work.weixin.qq.com/document/path/92113
func (*Agent) ExternalDelContactWay ¶
ExternalDelContactWay 删除企业已配置的「联系我」方式 文档: https://developer.work.weixin.qq.com/document/path/92572#%E5%88%A0%E9%99%A4%E4%BC%81%E4%B8%9A%E5%B7%B2%E9%85%8D%E7%BD%AE%E7%9A%84%E3%80%8C%E8%81%94%E7%B3%BB%E6%88%91%E3%80%8D%E6%96%B9%E5%BC%8F
func (*Agent) ExternalGetContactWay ¶
func (a *Agent) ExternalGetContactWay(config_id string) (ContactWay, error)
ExternalGetContactWay 获取企业已配置的「联系我」方式 文档: https://developer.work.weixin.qq.com/document/path/92572#%E8%8E%B7%E5%8F%96%E4%BC%81%E4%B8%9A%E5%B7%B2%E9%85%8D%E7%BD%AE%E7%9A%84%E3%80%8C%E8%81%94%E7%B3%BB%E6%88%91%E3%80%8D%E6%96%B9%E5%BC%8F
func (*Agent) ExternalGetFollowUserList ¶
ExternalGetFollowUserList 获取配置了客户联系功能的成员列表 文档: https://developer.work.weixin.qq.com/document/path/92571
func (*Agent) ExternalListContactWay ¶
func (a *Agent) ExternalListContactWay(start_time, end_time int64, limit int, cursor string) (contact_way []map[string]string, next_cursor string, err error)
ExternalListContactWay 获取企业已配置的「联系我」列表 文档: https://developer.work.weixin.qq.com/document/path/92572#%E8%8E%B7%E5%8F%96%E4%BC%81%E4%B8%9A%E5%B7%B2%E9%85%8D%E7%BD%AE%E7%9A%84%E3%80%8C%E8%81%94%E7%B3%BB%E6%88%91%E3%80%8D%E5%88%97%E8%A1%A8 @response contact_way 联系方式的配置id @response next_cursor 分页参数,用于查询下一个分页的数据,为空时表示没有更多的分页
func (*Agent) ExternalUpdateContactWay ¶
func (a *Agent) ExternalUpdateContactWay(cw ContactWay) error
ExternalUpdateContactWay 更新企业已配置的「联系我」方式 文档: https://developer.work.weixin.qq.com/document/path/92572#%E6%9B%B4%E6%96%B0%E4%BC%81%E4%B8%9A%E5%B7%B2%E9%85%8D%E7%BD%AE%E7%9A%84%E3%80%8C%E8%81%94%E7%B3%BB%E6%88%91%E3%80%8D%E6%96%B9%E5%BC%8F
func (*Agent) ExternalUserGet ¶
func (a *Agent) ExternalUserGet(external_userid, cursor string) (ec ExternalContact, next_cursor string, err error)
ExternalUserGet 获取客户详情 文档: https://developer.work.weixin.qq.com/document/path/92114
func (*Agent) GetAccessToken ¶
GetAccessToken 获取access_token
func (*Agent) GetActiveStat ¶
GetActiveStat 获取企业活跃成员数 文档: https://work.weixin.qq.com/api/doc/90000/90135/92714
func (*Agent) GetAppChat ¶
GetAppChat 获取群聊会话 文档: https://work.weixin.qq.com/api/doc/90000/90135/90247
func (*Agent) GetCorpTagList ¶
func (a *Agent) GetCorpTagList(tagId, groupId []string) ([]CorpTagGroup, error)
GetCorpTagList 获取企业标签库 文档: https://developer.work.weixin.qq.com/document/path/92117#%E8%8E%B7%E5%8F%96%E4%BC%81%E4%B8%9A%E6%A0%87%E7%AD%BE%E5%BA%93 若tag_id和group_id均为空,则返回所有标签。 同时传递tag_id和group_id时,忽略tag_id,仅以group_id作为过滤条件。
func (*Agent) GetJoinQrCode ¶
GetJoinQrCode 获取加入企业二维码 文档: https://work.weixin.qq.com/api/doc/90000/90135/91714 qrcode尺寸类型,1: 171 x 171; 2: 399 x 399; 3: 741 x 741; 4: 2052 x 2052
func (*Agent) GetResultBatch ¶
func (a *Agent) GetResultBatch(jobid string) (BatchResult, error)
GetResultBatch 获取异步任务结果 文档: https://work.weixin.qq.com/api/doc/90000/90135/90983
func (*Agent) GetStrategyTagList ¶
func (a *Agent) GetStrategyTagList(strategy_id int, tagId, groupId []string) ([]CorpTagGroup, error)
GetStrategyTagList 获取指定规则组下的企业客户标签 文档: https://developer.work.weixin.qq.com/document/path/94882#%E8%8E%B7%E5%8F%96%E6%8C%87%E5%AE%9A%E8%A7%84%E5%88%99%E7%BB%84%E4%B8%8B%E7%9A%84%E4%BC%81%E4%B8%9A%E5%AE%A2%E6%88%B7%E6%A0%87%E7%AD%BE
func (*Agent) GetTag ¶
GetTag 获取标签成员 文档: https://work.weixin.qq.com/api/doc/90000/90135/90213
func (*Agent) GetUser ¶
GetUser 读取成员 文档: https://work.weixin.qq.com/api/doc/90000/90135/90196
func (*Agent) GetUserInfo ¶
GetUserInfo 获取访问用户身份 文档: https://work.weixin.qq.com/api/doc/90000/90135/91023 isInterior 是否为内部人员,true是 false不是
func (*Agent) ListDepartment ¶
func (a *Agent) ListDepartment(id ...int) ([]Department, error)
ListDepartment 获取部门列表 文档: https://developer.work.weixin.qq.com/document/path/90208
func (*Agent) ListTags ¶
ListTags 获取标签列表 文档: https://work.weixin.qq.com/api/doc/90000/90135/90216
func (*Agent) ListUser ¶
ListUser 获取部门成员详情 文档: https://work.weixin.qq.com/api/doc/90000/90135/90201
func (*Agent) MediaUpload ¶
MediaUpload 上传临时素材并获取素材信息 参数 file 为素材位置 文档: https://work.weixin.qq.com/api/doc/90000/90135/90253
func (*Agent) OpenIDConvertToUserID ¶
OpenIDConvertToUserID openid转userid 文档: https://work.weixin.qq.com/api/doc/90000/90135/90202
func (*Agent) ParseRecvMessage ¶
func (a *Agent) ParseRecvMessage(signature, timestamp, nonce string, data []byte) (recv RecvMessage, err error)
ParseRecvMessage 解析接收到的消息
func (*Agent) RefreshAccessToken ¶
RefreshAccessToken 用于刷新 access_token
func (*Agent) ReplacePartyBatch ¶
ReplacePartyBatch 全量覆盖部门 文档: https://work.weixin.qq.com/api/doc/90000/90135/90982
func (*Agent) ReplaceUserBatch ¶
ReplaceUserBatch 全量覆盖成员 文档: https://work.weixin.qq.com/api/doc/90000/90135/90981
func (*Agent) SendMessage ¶
SendMessage 用于消息推送-发送应用消息,返回接收失败用户、组织、标签列表
func (*Agent) SetDebug ¶
SetDebug 开启debug模式调用接口 注意: debug模式有使用频率限制,同一个api每分钟不能超过5次,所以在完成调试之后,请记得关掉debug。
func (*Agent) SetHttpClient ¶
SetHttpClient 设置一个可用的 http client
func (*Agent) SetMsgCrypt ¶
SetMsgCrypt 设置消息加密认证
func (*Agent) SimpleListUser ¶
SimpleListUser 获取部门成员 文档: https://work.weixin.qq.com/api/doc/90000/90135/90200
func (*Agent) SyncUserBatch ¶
SyncUserBatch 增量更新成员 文档: https://work.weixin.qq.com/api/doc/90000/90135/90980
func (*Agent) UpdateAppChat ¶
UpdateAppChat 修改群聊会话 文档: https://work.weixin.qq.com/api/doc/90000/90135/90246
func (*Agent) UpdateDepartment ¶
func (a *Agent) UpdateDepartment(dept Department) error
UpdateDepartment 更新部门 文档: https://developer.work.weixin.qq.com/document/path/90206
func (*Agent) UpdateTag ¶
UpdateTag 更新标签名称 文档: https://work.weixin.qq.com/api/doc/90000/90135/90211
func (*Agent) UpdateTaskcard ¶
UpdateTaskcard 更新任务卡片消息状态,返回接收失败用户列表
func (*Agent) UpdateUser ¶
UpdateUser 更新成员 文档: https://work.weixin.qq.com/api/doc/90000/90135/90197
func (*Agent) UploadImgWithType ¶
UploadImgWithType 上传图片 文档: https://work.weixin.qq.com/api/doc/90000/90135/90256
func (*Agent) UploadMediaWithType ¶
func (a *Agent) UploadMediaWithType(mediaType string, buf []byte, info os.FileInfo) (media Media, err error)
UploadMediaWithType 上传临时素材
func (*Agent) UserAuthSuccess ¶
UserAuthSuccess 二次验证通过后成员加入企业 文档: https://work.weixin.qq.com/api/doc/90000/90135/90203
func (*Agent) UserIDConvertToOpenID ¶
UserIDConvertToOpenID userid转openid 文档: https://work.weixin.qq.com/api/doc/90000/90135/90202
func (*Agent) WithSecret ¶
WithSecret 返回添加了secret的应用
type AppChat ¶
type AppChat struct { ChatID string `json:"chatid"` // 群聊的唯一标志 Name string `json:"name"` // 群聊名称 Owner string `json:"owner"` // 群主ID UserList []string `json:"userlist"` // 群成员id列表 }
AppChat 群聊会话
type AppChatMessage ¶
type AppChatMessage struct { // 群聊会话ID ChatID string `json:"chatid"` // 消息类型 MsgType string `json:"msgtype,omitempty"` // 是否是保密消息,0表示否,1表示是,默认0 Safe int8 `json:"safe,omitempty"` Text *TextMessage `json:"text,omitempty"` // 文本消息 Markdown *TextMessage `json:"markdown,omitempty"` // markdown 消息 Image *MediaMessage `json:"image,omitempty"` // 图片消息 Voice *MediaMessage `json:"voice,omitempty"` // 语音消息 File *MediaMessage `json:"file,omitempty"` // 文件消息 Video *VideoMessage `json:"video,omitempty"` // 视频消息 TextCard *TextCardMessage `json:"textcard,omitempty"` // 文本卡片消息 News *NewsMessage `json:"news,omitempty"` // 图文消息 MPNews *MPNewsMessage `json:"mpnews,omitempty"` // 图文消息(mpnews) TaskCard *TaskCardMessage `json:"taskcard,omitempty"` // 任务卡片消息 }
AppChatMessage 自建应用群聊消息
type BatchResult ¶
type BatchResult struct { // 任务状态,整型,1表示任务开始,2表示任务进行中,3表示任务已完成 Status int `json:"status" xml:"status"` // 操作类型,字节串,目前分别有:1. sync_user(增量更新成员) 2. replace_user(全量覆盖成员)3. replace_party(全量覆盖部门) Type string `json:"type" xml:"type"` // 任务运行总条数 Total int `json:"total" xml:"total"` // 目前运行百分比,当任务完成时为100 Percentage int `json:"percentage" xml:"percentage"` // 详细的处理结果 Result BatchResultDetail `json:"result" xml:"result"` // contains filtered or unexported fields }
BatchResult 异步任务结果
type BatchResultDetail ¶
type BatchResultDetail struct { // 成员UserID。对应管理端的帐号 UserID string `json:"userid,omitempty" xml:"userid,omitempty"` // 操作类型(按位或):1 新建部门 ,2 更改部门名称, 4 移动部门, 8 修改部门排序 Action int `json:"action,omitempty" xml:"action,omitempty"` // 部门ID PartyID int `json:"partyid,omitempty" xml:"partyid,omitempty"` // contains filtered or unexported fields }
BatchResultDetail 异步任务结果内容
type BatchSync ¶
type BatchSync struct { // 上传的csv文件的media_id MediaId string `json:"media_id" xml:"media_id"` // 是否邀请新建的成员使用企业微信(将通过微信服务通知或短信或邮件下发邀请,每天自动下发一次,最多持续3个工作日),默认值为true。 ToInvite bool `json:"to_invite,omitempty" xml:"to_invite,omitempty"` // 回调信息。如填写该项则任务完成后,通过callback推送事件给企业。具体请参考应用回调模式中的相应选项 Callback Callback `json:"callback" xml:"callback"` }
BatchSync 异步批量处理请求结构体
type Cache ¶
type Cache interface { Set(key string, value []byte) error Get(key string) []byte Remove(key string) error }
Cache 缓存接口,自定义缓存需实现此接口
type Callback ¶
type Callback struct { // 企业应用接收企业微信推送请求的访问协议和地址,支持http或https协议 URL string `json:"url,omitempty" xml:"url,omitempty"` // 用于生成签名 Token string `json:"token" xml:"token"` // 用于消息体的加密,是AES密钥的Base64编码 EncodingAESKey string `json:"encodingaeskey" xml:"encodingaeskey"` }
Callback 应用回调,需加密
type Conclusions ¶
type Conclusions struct { Text ConclusionsText `json:"text,omitempty"` Image ConclusionsImage `json:"image,omitempty"` Link ConclusionsLink `json:"link,omitempty"` Miniprogram ConclusionsMiniprogram `json:"miniprogram,omitempty"` }
Conclusions 结束语定义
type ConclusionsImage ¶
type ConclusionsImage struct { MediaId string `json:"media_id,omitempty"` PicUrl string `json:"pic_url,omitempty"` }
ConclusionsImage 结束语图片消息
type ConclusionsLink ¶
type ConclusionsLink struct { Title string `json:"title,omitempty"` PicUrl string `json:"picurl,omitempty"` Desc string `json:"desc,omitempty"` Url string `json:"url,omitempty"` }
ConclusionsLink 结束语图文消息
type ConclusionsMiniprogram ¶
type ConclusionsMiniprogram struct { Title string `json:"title,omitempty"` // 消息标题 PicMediaID string `json:"pic_media_id,omitempty"` // 小程序消息封面的mediaid,封面图建议尺寸为520*416 Appid string `json:"appid,omitempty"` // 小程序appid,必须是与当前小程序应用关联的小程序 Page string `json:"page,omitempty"` // 点击消息卡片后的小程序页面,仅限本小程序内的页面 }
ConclusionsMiniprogram 结束语小程序消息
type ConclusionsText ¶
type ConclusionsText struct {
Content string `json:"content,omitempty"`
}
ConclusionsText 结束语文本消息
type ContactWay ¶
type ContactWay struct { ConfigID string `json:"config_id,omitempty"` // 联系方式类型,1-单人, 2-多人 Type int `json:"type"` // 场景,1-在小程序中联系,2-通过二维码联系 Scene int `json:"scene"` // 在小程序中联系时使用的控件样式,详见附表 Style int `json:"style,omitempty"` // 联系方式的备注信息,用于助记,不超过30个字符 Remark string `json:"remark,omitempty"` // 外部客户添加时是否无需验证,默认为true SkipVerify bool `json:"skip_verify,omitempty"` // 企业自定义的state参数,用于区分不同的添加渠道,在调用“获取外部联系人详情”时会返回该参数值,不超过30个字符 State string `json:"state,omitempty"` // 使用该联系方式的用户userID列表,在type为1时为必填,且只能有一个 User []string `json:"user,omitempty"` // 使用该联系方式的部门id列表,只在type为2时有效 Party []int `json:"party,omitempty"` // 是否临时会话模式,true表示使用临时会话模式,默认为false IsTemp bool `json:"is_temp,omitempty"` // 临时会话二维码有效期,以秒为单位。该参数仅在is_temp为true时有效,默认7天,最多为14天 ExpiresIn int `json:"expires_in,omitempty"` // 临时会话有效期,以秒为单位。该参数仅在is_temp为true时有效,默认为添加好友后24小时,最多为14天 ChatExpiresIn int `json:"chat_expires_in,omitempty"` // 可进行临时会话的客户unionid,该参数仅在is_temp为true时有效,如不指定则不进行限制 Unionid string `json:"unionid,omitempty"` // 结束语,会话结束时自动发送给客户,可参考“结束语定义”,仅在is_temp为true时有效 Conclusions Conclusions `json:"conclusions,omitempty"` }
ContactWay 配置客户联系「联系我」方式
type CorpTag ¶
type CorpTag struct { // 标签id ID string `json:"id,omitempty"` // 标签名称 Name string `json:"name,omitempty"` // 标签创建时间 CreateTime int64 `json:"create_time,omitempty"` // 标签排序的次序值,order值大的排序靠前。有效的值范围是[0, 2^32) Order int `json:"order,omitempty"` // 标签是否已经被删除,只在指定tag_id/group_id进行查询时返回 Deleted bool `json:"deleted,omitempty"` }
CorpTag 企业标签
type CorpTagGroup ¶
type CorpTagGroup struct { // 标签组id GroupId string `json:"group_id,omitempty"` // 标签组名称 GroupName string `json:"group_name,omitempty"` // 标签组创建时间 CreateTime int64 `json:"create_time,omitempty"` // 标签组排序的次序值,order值大的排序靠前。有效的值范围是[0, 2^32) Order int `json:"order,omitempty"` // 标签组是否已经被删除,只在指定tag_id进行查询时返回 Deleted bool `json:"deleted,omitempty"` // 标签组内的标签列表 Tag []CorpTag `json:"tag,omitempty"` // 规则组id StrategyId int `json:"strategy_id,omitempty"` }
CorpTagGroup 企业标签组
type Department ¶
type Department struct { // 部门id,32位整型,指定时必须大于1。若不填该参数,将自动生成id ID int `json:"id,omitempty" xml:"Id,omitempty"` // 部门名称。长度限制为1~32个字符,字符不能包括\:?”<>| Name string `json:"name,omitempty" xml:"Name,omitempty"` // 英文名称,需要在管理后台开启多语言支持才能生效。长度限制为1~32个字符,字符不能包括\:?”<>| NameEn string `json:"name_en,omitempty" xml:"name_en,omitempty"` // 父部门id,32位整型 ParentID int `json:"parentid,omitempty" xml:"ParentID,omitempty"` // 在父部门中的次序值。order值大的排序靠前。有效的值范围是[0, 2^32) Order int `json:"order,omitempty" xml:"order,omitempty"` }
Department 成员部门信息 文档地址: https://developer.work.weixin.qq.com/document/path/90205
type ExternalAttr ¶
type ExternalAttr struct { // 属性类型: 0-文本 1-网页 2-小程序 Type int `json:"type,omitempty"` // 属性名称: 需要先确保在管理端有创建该属性,否则会忽略 Name string `json:"name,omitempty"` // 文本类型的属性 type为0时必填 Text TextAttr `json:"text,omitempty"` // 网页类型的属性,url和title字段要么同时为空表示清除该属性,要么同时不为空 type为1时必填 Web WebAttr `json:"web,omitempty"` // 小程序类型的属性,appid和title字段要么同时为空表示清除改属性,要么同时不为空 type为2时必填 Miniprogram MiniprogramAttr `json:"miniprogram,omitempty"` }
ExternalAttr 自定义字段内容
type ExternalContact ¶
type ExternalContact struct { // 外部联系人的userid ExternalUserid string `json:"external_userid,omitempty"` // 外部联系人的名称 Name string `json:"name,omitempty"` // 外部联系人头像,代开发自建应用需要管理员授权才可以获取,第三方不可获取 Avatar string `json:"avatar,omitempty"` // 外部联系人的类型,1表示该外部联系人是微信用户,2表示该外部联系人是企业微信用户 Type int `json:"type,omitempty"` // 外部联系人性别 0-未知 1-男性 2-女性 Gender int `json:"gender,omitempty"` // 外部联系人在微信开放平台的唯一身份标识(微信unionid),通过此字段企业可将外部联系人与公众号/小程序用户关联起来。仅当联系人类型是微信用户,且企业或第三方服务商绑定了微信开发者ID有此字段 Unionid string `json:"unionid,omitempty"` // 外部联系人的职位,如果外部企业或用户选择隐藏职位,则不返回,仅当联系人类型是企业微信用户时有此字段 Position string `json:"position,omitempty"` // 外部联系人所在企业的简称,仅当联系人类型是企业微信用户时有此字段 CorpName string `json:"corp_name,omitempty"` // 外部联系人所在企业的主体名称,仅当联系人类型是企业微信用户时有此字段 CorpFullName string `json:"corp_full_name,omitempty"` // 外部联系人的自定义展示信息,可以有多个字段和多种类型,包括文本,网页和小程序,仅当联系人类型是企业微信用户时有此字段 ExternalProfile ExternalProfile `json:"external_profile,omitempty"` // 添加了此外部联系人的企业成员 FollowUser User }
ExternalContact 外部联系人详情
type ExternalProfile ¶
type ExternalProfile struct { // 企业对外简称,需从已认证的企业简称中选填。可在“我的企业”页中查看企业简称认证状态。 CorpName string `json:"external_corp_name,omitempty"` // 视频号属性 WechatChannels WechatChannels `json:"wechat_channels,omitempty"` // 属性列表,目前支持文本、网页、小程序三种类型 ExternalAttr ExternalAttr `json:"external_attr,omitempty"` }
ExternalProfile 成员对外信息 文档地址: https://developer.work.weixin.qq.com/document/path/92230
type FollowUser ¶
type FollowUser struct { // 企业成员userid Userid string `json:"userid"` // 企业成员对此外部联系人的备注 Remark string `json:"remark,omitempty"` // 企业成员对此外部联系人的描述 Description string `json:"description,omitempty"` // 企业成员添加此外部联系人的时间 CreateTime int64 `json:"createtime,omitempty"` Tags }
FollowUser 企业服务人员
type MPNewsArticle ¶
type MPNewsArticle struct { Title string `json:"title,omitempty"` // 图文标题 ThumbMediaId string `json:"thumb_media_id,omitempty"` // 缩略图素材ID Author string `json:"author,omitempty"` // 作者 ContentSourceUrl string `json:"content_source_url,omitempty"` // 页面链接 Content string `json:"content,omitempty"` // 消息内容 Digest string `json:"digest,omitempty"` // 消息描述 }
MPNewsArticle 图文消息内容(mpnews)
type MPNewsMessage ¶
type MPNewsMessage struct {
Articles []MPNewsArticle `json:"articles,omitempty"` // 图文消息内容,支持1-8条图文
}
MPNewsMessage 图文消息(mpnews)
type Media ¶
type Media struct { Type string `json:"type,omitempty"` // 文件类型,image、voice、video、file MediaId string `json:"media_id,omitempty"` // 唯一标识,3天内有效 CreatedAt string `json:"created_at,omitempty"` // 上传时间戳 // contains filtered or unexported fields }
Media 素材
type MediaMessage ¶
type MediaMessage struct {
MediaId string `json:"media_id,omitempty"`
}
MediaMessage 素材消息
type Message ¶
type Message struct { // 接收成员ID列表,“|”分隔,max:1000,全部成员:"@all" ToUser string `json:"touser,omitempty"` // 接收部门ID列表,“|”分隔,max:100 ToParty string `json:"toparty,omitempty"` // 接收标签ID列表,“|”分隔,max:100 ToTag string `json:"totag,omitempty"` // 消息类型 MsgType string `json:"msgtype,omitempty"` // 企业应用ID AgentID int `json:"agentid,omitempty"` // 是否是保密消息,0表示否,1表示是,默认0 Safe int8 `json:"safe,omitempty"` // 是否开启id转译,0表示否,1表示是,默认0 EnableIdTrans int8 `json:"enable_id_trans,omitempty"` // 是否开启重复消息检查,0表示否,1表示是,默认0 EnableDuplicateCheck int8 `json:"enable_duplicate_check,omitempty"` // 是否重复消息检查的时间间隔,默认1800s,最大不超过4小时 DuplicateCheckInterval int64 `json:"duplicate_check_interval,omitempty"` Text *TextMessage `json:"text,omitempty"` // 文本消息 Markdown *TextMessage `json:"markdown,omitempty"` // markdown 消息 Image *MediaMessage `json:"image,omitempty"` // 图片消息 Voice *MediaMessage `json:"voice,omitempty"` // 语音消息 File *MediaMessage `json:"file,omitempty"` // 文件消息 Video *VideoMessage `json:"video,omitempty"` // 视频消息 TextCard *TextCardMessage `json:"textcard,omitempty"` // 文本卡片消息 News *NewsMessage `json:"news,omitempty"` // 图文消息 MPNews *MPNewsMessage `json:"mpnews,omitempty"` // 图文消息(mpnews) MiniProgram *MiniprogramNoticeMessage `json:"miniprogram_notice,omitempty"` // 小程序消息 TaskCard *TaskCardMessage `json:"taskcard,omitempty"` // 任务卡片消息 }
Message 消息推送 文档地址: https://work.weixin.qq.com/api/doc/90000/90135/90235
func NewMPNewsMessage ¶
func NewMPNewsMessage(articles []MPNewsArticle) *Message
NewMPNewsMessage 创建一条图文消息(mpnews)
func NewMarkdownMessage ¶
NewMarkdownMessage 创建一条 markdown 消息
func NewMediaMessage ¶
NewMediaMessage 创建一条素材消息(image、voice、file)
func NewMiniprogramNoticeMessage ¶
func NewMiniprogramNoticeMessage(appid, page, title, desc string, efi bool, contentItem map[string]string) *Message
NewMiniprogramNoticeMessage 创建一条小程序消息
func NewNewsMessage ¶
func NewNewsMessage(articles []NewsArticle) *Message
NewNewsMessage 创建一条图文消息,articles 最大容量为8
func NewTaskCardMessage ¶
func NewTaskCardMessage(title, desc, url, taskId string, btn []TaskCardBtn) *Message
NewTaskCardMessage 创建一条任务卡片消息
func NewTextCardMessage ¶
NewTextCardMessage 创建一条文本卡片消息
func NewVideoMessage ¶
NewVideoMessage 创建一条视频消息
type MiniprogramAttr ¶
type MiniprogramAttr struct { // 小程序appid,必须是有在本企业安装授权的小程序,否则会被忽略 Appid int `json:"appid,omitempty"` // 小程序的展示标题,长度限制12个UTF8字符 Title string `json:"title,omitempty"` // 小程序的页面路径 PagePath string `json:"pagepath,omitempty"` }
MiniprogramAttr 小程序属性
type MiniprogramNoticeMessage ¶
type MiniprogramNoticeMessage struct { Appid string `json:"appid,omitempty"` // 小程序appid,必须是与当前小程序应用关联的小程序 Page string `json:"page,omitempty"` // 点击消息卡片后的小程序页面,仅限本小程序内的页面 Title string `json:"title,omitempty"` // 消息标题 Description string `json:"description,omitempty"` // 消息描述 EmphasisFirstItem bool `json:"emphasis_first_item,omitempty"` // 是否放大第一个content_item ContentItem map[string]string `json:"content_item,omitempty"` // 消息内容键值对,最多允许10个item EnableIdTrans int `json:"enable_id_trans,omitempty"` // 表示是否开启id转译,0表示否,1表示是,默认0 EnableDuplicateCheck int `json:"enable_duplicate_check,omitempty"` // 表示是否开启重复消息检查,0表示否,1表示是,默认0 DuplicateCheckInterval int `json:"duplicate_check_interval,omitempty"` // 表示是否重复消息检查的时间间隔,默认1800s,最大不超过4小时 }
MiniprogramNoticeMessage 小程序消息
type NewsArticle ¶
type NewsArticle struct { Title string `json:"title,omitempty"` // 图文标题 Description string `json:"description,omitempty"` // 图文描述 Url string `json:"url,omitempty"` // 跳转链接 PicUrl string `json:"picurl,omitempty"` // 图片链接 }
NewsArticle 图文消息内容
type NewsMessage ¶
type NewsMessage struct {
Articles []NewsArticle `json:"articles,omitempty"` // 图文消息内容,支持1-8条图文
}
NewsMessage 图文消息
type RecvEvent ¶
type RecvEvent struct { Event string `xml:"Event"` // 事件类型 EventKey string `xml:"EventKey"` // 事件KEY值 // 上报地理位置事件 Latitude string `xml:"Latitude"` // 地理位置纬度 Longitude string `xml:"Longitude"` // 地理位置经度 Precision string `xml:"Precision"` // 地理位置精度 // 异步任务完成事件推送 JobID string `xml:"JobId"` // 异步任务id JobType string `xml:"JobType"` // 操作类型 ErrCode int `xml:"ErrCode"` ErrMsg string `xml:"ErrMsg"` // 通讯录变更事件 ChangeType string `xml:"ChangeType"` }
RecvEvent 事件基础结构 - 成员关注及取消关注事件、进入应用、菜单事件直接使用
type RecvMessage ¶
type RecvMessage struct { ToUsername string `xml:"ToUserName"` // 企业微信CorpID FromUsername string `xml:"FromUserName"` // 成员UserID CreateTime int64 `xml:"CreateTime"` // 消息创建时间(整型) MsgType string `xml:"MsgType"` // 消息类型 AgentID int `xml:"AgentId"` // 企业应用的id,整型 MsgID int64 `xml:"MsgId"` // 消息id,64位整型 Content string `xml:"Content"` // 文本消息 // 多媒体消息 MediaID string `xml:"MediaId"` // 媒体文件id PicURL string `xml:"PicUrl"` // 图片链接 Format string `xml:"Format"` // 语音格式 ThumbMediaID string `xml:"ThumbMediaId"` // 视频缩略图的媒体id // 位置消息 LocationX float64 `xml:"Location_X"` // 地理位置纬度 LocationY float64 `xml:"Location_Y"` // 地理位置经度 Scale int `xml:"Scale"` // 地图缩放大小 Label string `xml:"Label"` // 地理位置信息 // 链接消息 Title string `xml:"Title"` // 标题 Description string `xml:"Description"` // 链接描述 Url string `xml:"Url"` // 链接跳转的url RecvEvent }
RecvMessage 消息接收基础结构
type ReplyMessage ¶
type ReplyMessage struct { ToUserName string FromUserName string CreateTime int64 MsgType string // 文本消息 Content string // 多媒体消息 MediaId string Title string Description string ArticleCount int Url string PicUrl string }
ReplyMessage 被动回复消息格式
type RespMessage ¶
type RespMessage struct { InvalidUser string `json:"invaliduser"` InvalidParty string `json:"invalidparty"` InvalidTag string `json:"invalidtag"` // contains filtered or unexported fields }
RespMessage 定义了消息会话响应
type Tag ¶
type Tag struct { TagID int `json:"tagid,omitempty"` // 标签id TagName string `json:"tagname,omitempty"` // 标签名称 UserList []User `json:"userlist,omitempty"` // 标签成员ID列表 PartyList []int `json:"partylist,omitempty"` // 标签部门ID列表 }
Tag 标签结构
type TaskCardBtn ¶
type TaskCardBtn struct { Key string `json:"key,omitempty"` // 按钮key值 Name string `json:"name,omitempty"` // 按钮名称 ReplaceName string `json:"replace_name,omitempty"` // 点击按钮后显示的名称 Color string `json:"color,omitempty"` // 按钮字体颜色 IsBold bool `json:"is_bold,omitempty"` // 按钮字体是否加粗 }
TaskCardBtn 任务卡片按钮列表
func NewTaskCardBtn ¶
func NewTaskCardBtn(key, name, rename, color string, isbold bool) TaskCardBtn
NewTaskCardBtn 创建任务卡片按键
type TaskCardMessage ¶
type TaskCardMessage struct { Title string `json:"title,omitempty"` // 消息标题 Description string `json:"description,omitempty"` // 消息描述 Url string `json:"url,omitempty"` // 跳转链接 TaskId string `json:"task_id,omitempty"` // 任务id Btn []TaskCardBtn `json:"btn,omitempty"` // 按钮列表,按钮个数为为1~2个 }
TaskCardMessage 任务卡片消息
type TextAttr ¶
type TextAttr struct { // 文本属性内容,长度限制12个UTF8字符 Value string `json:"value,omitempty"` }
TextAttr 文本属性
type TextCardMessage ¶
type TextCardMessage struct { Title string `json:"title,omitempty"` // 消息标题 Description string `json:"description,omitempty"` // 消息描述 Url string `json:"url,omitempty"` // 消息跳转链接 BtnTxt string `json:"btntxt,omitempty"` // 按钮文字, 默认为“详情” }
TextCardMessage 文本卡片消息
type TextMessage ¶
type TextMessage struct {
Content string `json:"content,omitempty"` // 消息内容,最长不超过2048个字节
}
TextMessage 文本消息
type User ¶
type User struct { // 成员UserID。对应管理端的帐号,企业内必须唯一。不区分大小写,长度为1~64个字节。只能由数字、字母和“_-@.”四种字符组成,且第一个字符必须是数字或字母。 UserID string `json:"userid,omitempty" xml:"UserID,omitempty"` // 成员名称。长度为1~64个utf8字符 Name string `json:"name,omitempty" xml:"Name,omitempty"` // 成员别名。长度1~32个utf8字符 Alias string `json:"alias,omitempty" xml:"Alias,omitempty"` // 手机号码。企业内必须唯一,mobile/email二者不能同时为空 Mobile string `json:"mobile,omitempty" xml:"Mobile,omitempty"` // 成员所属部门id列表,不超过20个 Department []int `json:"department,omitempty" xml:"Department,omitempty"` // 部门内的排序值,默认为0,成员次序以创建时间从小到大排列。数量必须和department一致,数值越大排序越前面。有效的值范围是[0, 2^32) Order []int `json:"order,omitempty" xml:"Order,omitempty"` // 职务信息。长度为0~128个字符 Position string `json:"position,omitempty" xml:"Position,omitempty"` // 性别。1表示男性,2表示女性 Gender string `json:"gender,omitempty" xml:"Gender,omitempty"` // 邮箱。长度6~64个字节,且为有效的email格式。企业内必须唯一,mobile/email二者不能同时为空 Email string `json:"email,omitempty" xml:"Email,omitempty"` // 座机。32字节以内,由纯数字或’-‘号组成。 Telephone string `json:"telephone,omitempty" xml:"Telephone,omitempty"` // 个数必须和department一致,表示在所在的部门内是否为上级。1表示为上级,0表示非上级。在审批等应用里可以用来标识上级审批人 IsLeaderInDept []int `json:"is_leader_in_dept,omitempty" xml:"IsLeaderInDept,omitempty"` // 成员头像的mediaid,通过素材管理接口上传图片获得的mediaid AvatarMediaID string `json:"avatar_mediaid,omitempty" xml:"AvatarMediaID,omitempty"` // 启用/禁用成员。1表示启用成员,0表示禁用成员 Enable int8 `json:"enable,omitempty" xml:"Enable,omitempty"` // 自定义字段。自定义字段需要先在WEB管理端添加,见扩展属性添加方法,否则忽略未知属性的赋值。与对外属性一致,不过只支持type=0的文本和type=1的网页类型,详细描述查看对外属性 ExtAttr Attrs `json:"extattr,omitempty" xml:"ExtAttr,omitempty"` // 是否邀请该成员使用企业微信(将通过微信服务通知或短信或邮件下发邀请,每天自动下发一次,最多持续3个工作日),默认值为true。 ToInvite bool `json:"to_invite,omitempty" xml:"ToInvite,omitempty"` // 成员对外属性 ExternalProfile ExternalProfile `json:"external_profile,omitempty" xml:"ExternalProfile,omitempty"` // 对外职务,如果设置了该值,则以此作为对外展示的职务,否则以position来展示。长度12个汉字内 ExternalPosition string `json:"external_position,omitempty" xml:"ExternalPosition,omitempty"` Address string `json:"address,omitempty" xml:"Address,omitempty"` // 地址。 Avatar string `json:"avatar,omitempty" xml:"Avatar,omitempty"` // 头像url。 第三方仅通讯录应用可获取 ThumbAvatar string `json:"thumb_avatar,omitempty" xml:"ThumbAvatar,omitempty"` // 头像缩略图url。第三方仅通讯录应用可获取 QrCode string `json:"qr_code,omitempty" xml:"QrCode,omitempty"` // 员工二维码 Status int8 `json:"status,omitempty" xml:"Status,omitempty"` // 激活状态: 1=已激活,2=已禁用,4=未激活。 }
User 成员信息: 文档地址: https://work.weixin.qq.com/api/doc/90000/90135/90194
type VideoMessage ¶
type VideoMessage struct { Title string `json:"title,omitempty"` // 视频标题 Description string `json:"description,omitempty"` // 视频介绍 MediaMessage }
VideoMessage 视频消息
type WebAttr ¶
type WebAttr struct { // 网页的url,必须包含http或者https头 Url string `json:"url,omitempty"` // 网页的展示标题,长度限制12个UTF8字符 Title string `json:"title,omitempty"` }
WebAttr 网页属性
type WechatChannels ¶
type WechatChannels struct { // 视频号名字(设置后,成员将对外展示该视频号) NickName string `json:"nickname"` // 对外展示视频号状态。0表示企业视频号已被确认,可正常使用,1表示企业视频号待确认 Status int `json:"status"` }
WechatChannels 视频号属性。须从企业绑定到企业微信的视频号中选择,可在“我的企业”页中查看绑定的视频号。第三方仅通讯录应用可获取;对于非第三方创建的成员,第三方通讯录应用也不可获取。注意:externalcontact/get不返回该字段