|
@@ -388,7 +388,7 @@ type WxListReq struct {
|
|
|
ProcessId *string `json:"processId,optional"`
|
|
|
// 回调地址
|
|
|
Callback *string `json:"callback,optional"`
|
|
|
- // 账号类型 1-个微 2-企微
|
|
|
+ // 账号类型 1-个微 3-企微
|
|
|
Ctype *uint64 `json:"ctype,optional"`
|
|
|
}
|
|
|
|
|
@@ -397,7 +397,7 @@ type WxListReq struct {
|
|
|
type WxSelectListReq struct {
|
|
|
// 租户id
|
|
|
OrganizationId *uint64 `json:"organizationId,optional"`
|
|
|
- // 账号类型 1-个微 2-企微
|
|
|
+ // 账号类型 1-个微 3-企微
|
|
|
Ctype *uint64 `json:"ctype,optional"`
|
|
|
}
|
|
|
|
|
@@ -416,7 +416,8 @@ type WxSelectListInfo struct {
|
|
|
Wxid *string `json:"wxid,optional"`
|
|
|
// 微信昵称
|
|
|
Nickname *string `json:"nickname,optional"`
|
|
|
- Ctype *uint64 `json:"ctype,optional"`
|
|
|
+ // 内容类型:1-个微 3-企微
|
|
|
+ Ctype *uint64 `json:"ctype,optional"`
|
|
|
}
|
|
|
|
|
|
// Wx information response | Wx信息返回体
|
|
@@ -1001,7 +1002,7 @@ type ContactListReq struct {
|
|
|
Nickname *string `json:"nickname,optional"`
|
|
|
// 联系人类型:1好友,2群组,3公众号,4企业微信联系人
|
|
|
Type *int `json:"type,optional"`
|
|
|
- // 内容类型:1-个微 2-企微
|
|
|
+ // 内容类型:1-个微 3-企微
|
|
|
Ctype *uint64 `json:"ctype,optional"`
|
|
|
}
|
|
|
|
|
@@ -1927,7 +1928,7 @@ type BatchMsgInfo struct {
|
|
|
GroupLabels []uint64 `json:"groupLabels,optional"`
|
|
|
// 标签列表
|
|
|
Type *int32 `json:"type,optional"`
|
|
|
- // 内容类型:1-微信 2-whatsapp
|
|
|
+ // 内容类型:1-微信 2-whatsapp 3-企微
|
|
|
Ctype *uint64 `json:"ctype,optional"`
|
|
|
Cc *string `json:"cc,optional"`
|
|
|
Phone *string `json:"phone,optional"`
|
|
@@ -1966,6 +1967,8 @@ type BatchMsgListReq struct {
|
|
|
TaskName *string `json:"taskName,optional"`
|
|
|
// 群发类型
|
|
|
Type *int32 `json:"type"`
|
|
|
+ // 内容类型:1-个微 3-企微
|
|
|
+ Ctype *uint64 `json:"ctype,optional"`
|
|
|
}
|
|
|
|
|
|
// BatchMsg information response | BatchMsg信息返回体
|