Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestAddContactWay ¶
type RequestAddContactWay struct { Type int `json:"type"` // :1, Scene int `json:"scene"` // 1, Style int `json:"style"` // 1, Remark string `json:"remark"` // "渠道客户", SkipVerify bool `json:"skip_verify"` // true, State string `json:"state"` // "teststate", User []string `json:"user"` // : ["zhangsan", "lisi", "wangwu"], Party []int `json:"party"` // : [2, 3], IsTemp bool `json:"is_temp"` // true, ExpiresIn int `json:"expires_in"` // 86400, ChatExpiresIn int `json:"chat_expires_in"` // 86400, UnionID string `json:"unionid"` // "oxTWIuGaIt6gTKsQRLau2M0AAAA", Conclusions *power.HashMap `json:"conclusions"` }
type RequestListContactWay ¶
type RequestUpdateContactWay ¶
type RequestUpdateContactWay struct { RequestAddContactWay ConfigID string `json:"config_id"` }
Click to show internal directories.
Click to hide internal directories.