|
@@ -388,7 +388,7 @@ type WxListReq struct {
|
|
|
ProcessId *string `json:"processId,optional"`
|
|
|
|
|
|
Callback *string `json:"callback,optional"`
|
|
|
-
|
|
|
+
|
|
|
Ctype *uint64 `json:"ctype,optional"`
|
|
|
}
|
|
|
|
|
@@ -397,7 +397,7 @@ type WxListReq struct {
|
|
|
type WxSelectListReq struct {
|
|
|
|
|
|
OrganizationId *uint64 `json:"organizationId,optional"`
|
|
|
-
|
|
|
+
|
|
|
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"`
|
|
|
+
|
|
|
+ Ctype *uint64 `json:"ctype,optional"`
|
|
|
}
|
|
|
|
|
|
|
|
@@ -1001,7 +1002,7 @@ type ContactListReq struct {
|
|
|
Nickname *string `json:"nickname,optional"`
|
|
|
|
|
|
Type *int `json:"type,optional"`
|
|
|
-
|
|
|
+
|
|
|
Ctype *uint64 `json:"ctype,optional"`
|
|
|
}
|
|
|
|
|
@@ -1927,7 +1928,7 @@ type BatchMsgInfo struct {
|
|
|
GroupLabels []uint64 `json:"groupLabels,optional"`
|
|
|
|
|
|
Type *int32 `json:"type,optional"`
|
|
|
-
|
|
|
+
|
|
|
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"`
|
|
|
+
|
|
|
+ Ctype *uint64 `json:"ctype,optional"`
|
|
|
}
|
|
|
|
|
|
|