package types type WorkPhoneWeChat struct { Accountid *string `json:"accountid"` Avatar *string `json:"avatar"` Brand *string `json:"brand"` Cid int64 `json:"cid"` City *string `json:"city"` Cname interface{} `json:"cname"` Country *string `json:"country"` Deviceid *string `json:"deviceid"` Devnickname *string `json:"devnickname"` Gender *int64 `json:"gender"` Groupid interface{} `json:"groupid"` ID *int64 `json:"id"` Isonline *int64 `json:"isonline"` LoginTime *int64 `json:"login_time"` ModifyTime *int64 `json:"modify_time"` Module *string `json:"module"` Province *string `json:"province"` Snumber *int64 `json:"snumber"` Wechatid *string `json:"wechatid"` Wechatnick *string `json:"wechatnick"` Wechatno *string `json:"wechatno"` } type WorkPhoneGetWeChatsResp struct { Code int64 `json:"code"` Data []WorkPhoneWeChat `json:"data"` Msg string `json:"msg"` } type FindContactTaskResultNoticeMessageWrapper struct { WeChatId string `json:"WeChatId"` SearchText string `json:"SearchText"` Success bool `json:"Success"` UserName string `json:"UserName"` NickName string `json:"NickName"` Gender string `json:"Gender"` Province string `json:"Province"` City string `json:"City"` Avatar string `json:"Avatar"` }