iPad协议已经更新了最新版本 可以用来获取附近人 营销

抢购程序 获取 code  和 sessionId (这个用于换取支付二维码的生成)

最新版本不封号 异地的话可能需要搭建 本地socks5代理  (搭建方法稍后出一个搭建教程 映射+本地搭建)

已完成微信95%以上功能  有相关问题可以私聊我

ios9 无法使用微信 ios9.3.5微信_iphone

 

{
    "swagger": "2.0",
    "info": {
        "title": "Wechat",
        "description": "更新时间:2023-03-30  ipad:8.0.34 代理:长效,同省/同市最佳,必须socks5",
        "contact": {}
    },
    "basePath": "/api",
    "paths": {
        "/Favor/Add": {
            "post": {
                "tags": [
                    "Favor"
                ],
                "summary": "添加收藏",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "请联系客服获取相关参数说明",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Favor.AddFavParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Favor/Del": {
            "post": {
                "tags": [
                    "Favor"
                ],
                "summary": "删除收藏",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "FavId在同步收藏中获取",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Favor.DelParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Favor/GetFavInfo": {
            "post": {
                "tags": [
                    "Favor"
                ],
                "summary": "获取搜藏信息",
                "parameters": [
                    {
                        "in": "query",
                        "name": "wxid",
                        "description": "请输入登陆后的wxid",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Favor/GetFavItem": {
            "post": {
                "tags": [
                    "Favor"
                ],
                "summary": "读取收藏内容",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "FavId在同步收藏中获取",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Favor.GetFavItemParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Favor/Sync": {
            "post": {
                "tags": [
                    "Favor"
                ],
                "summary": "同步收藏",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "keybuf:第二次请求需要带上第一次返回的",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Favor.SyncParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Finder/Comment": {
            "post": {
                "tags": [
                    "Finder"
                ],
                "summary": "评论",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "评论",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Finder.CommentParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Finder/FinderBatchGetObjectAsyncLoadInfo": {
            "post": {
                "tags": [
                    "Finder"
                ],
                "summary": "直播预告",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "直播预告",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Finder.FinderBatchGetObjectAsyncLoadInfoParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Finder/FinderLiveDetail": {
            "post": {
                "tags": [
                    "Finder"
                ],
                "summary": "直播详情",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "直播详情",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Finder.FinderLiveDetailParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Finder/FinderSearchList": {
            "post": {
                "tags": [
                    "Finder"
                ],
                "summary": "搜索列表",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "搜索列表",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Finder.FinderSearchParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Finder/FinderSendText": {
            "post": {
                "tags": [
                    "Finder"
                ],
                "summary": "发送私信文字",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "直播详情",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Finder.FinderSendTextParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Finder/Findergetlivemsg": {
            "post": {
                "tags": [
                    "Finder"
                ],
                "summary": "直播内容详情",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "直播内容详情",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Finder.FindergetlivemsgParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Finder/Findergettopiclist": {
            "post": {
                "tags": [
                    "Finder"
                ],
                "summary": "主题列表",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "主题列表",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Finder.FinderGetTopicListParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Finder/Follow": {
            "post": {
                "tags": [
                    "Finder"
                ],
                "summary": "关注",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "关注",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Finder.DefaultParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Finder/GetCommentDetail": {
            "post": {
                "tags": [
                    "Finder"
                ],
                "summary": "查看指定評論内容",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "查看指定内容",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Finder.GetCommentDetailParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Finder/GetRecommend": {
            "post": {
                "tags": [
                    "Finder"
                ],
                "summary": "推荐",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "推荐首页",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Finder.GetRecommendParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Finder/Like": {
            "post": {
                "tags": [
                    "Finder"
                ],
                "summary": "点赞",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "点赞",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Finder.LikeParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Finder/Search": {
            "post": {
                "tags": [
                    "Finder"
                ],
                "summary": "用户搜索",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "用户搜索",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Finder.DefaultParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Finder/TargetUserPage": {
            "post": {
                "tags": [
                    "Finder"
                ],
                "summary": "查看指定人首页",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "查看指定人首页",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Finder.TargetUserPageParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Finder/UserPrepare": {
            "post": {
                "tags": [
                    "Finder"
                ],
                "summary": "用户中心",
                "parameters": [
                    {
                        "in": "query",
                        "name": "wxid",
                        "description": "请输登陆后的wxid",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Friend/Blacklist": {
            "post": {
                "tags": [
                    "Friend"
                ],
                "summary": "添加/移除黑名单",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Val == 15添加  7移除",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Friend.BlacklistParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Friend/Delete": {
            "post": {
                "tags": [
                    "Friend"
                ],
                "summary": "删除好友",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "删除好友",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Friend.DefaultParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Friend/GetContractDetail": {
            "post": {
                "tags": [
                    "Friend"
                ],
                "summary": "获取通讯录好友详情(20上限)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "多个微信请用,隔开(最多20个),ChatRoom请留空",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Friend.GetContractDetailparameter"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Friend/GetContractDetail100": {
            "post": {
                "tags": [
                    "Friend"
                ],
                "summary": "获取通讯录好友详情(100上限)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "多个微信请用,隔开(最多100个)",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Friend.DefaultParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Friend/GetContractList": {
            "post": {
                "tags": [
                    "Friend"
                ],
                "summary": "获取通讯录好友",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "CurrentWxcontactSeq和CurrentChatRoomContactSeq没有的情况下请填写0",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Friend.GetContractListparameter"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Friend/GetFriendRelation": {
            "post": {
                "tags": [
                    "Friend"
                ],
                "summary": "获取好友关系",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "true",
                        "schema": {
                            "$ref": "#/definitions/Friend.GetFriendRelationParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Friend/GetMFriend": {
            "post": {
                "tags": [
                    "Friend"
                ],
                "summary": "获取手机通讯录",
                "parameters": [
                    {
                        "in": "query",
                        "name": "wxid",
                        "description": "请输入登陆后的wxid",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Friend/Lbs": {
            "post": {
                "tags": [
                    "Friend"
                ],
                "summary": "附近人",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Longitude == 经度,Latitude == 维度 OpCode == 没有特殊情况请填1",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Friend.LbsFindParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Friend/PassVerify": {
            "post": {
                "tags": [
                    "Friend"
                ],
                "summary": "通过好友请求",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Scene:代表来源,请在消息中的xml中获取",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Friend.PassVerifyParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Friend/Search": {
            "post": {
                "tags": [
                    "Friend"
                ],
                "summary": "搜索联系人",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "爆粉情况下特殊通道请自行填写,默认时FromScene=0,SearchScene=1",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Friend.SearchParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Friend/SendRequest": {
            "post": {
                "tags": [
                    "Friend"
                ],
                "summary": "添加联系人(发送好友请求)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "V1 V2是必填项",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Friend.SendRequestParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Friend/SetRemarks": {
            "post": {
                "tags": [
                    "Friend"
                ],
                "summary": "设置好友备注",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "设置好友备注",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Friend.SetRemarksParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Friend/Upload": {
            "post": {
                "tags": [
                    "Friend"
                ],
                "summary": "上传通讯录",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "PhoneNo多个手机号请用,隔开   CurrentPhoneNo自己的手机号  Opcode == 1上传 2删除",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Friend.UploadParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/FriendCircle/Comment": {
            "post": {
                "tags": [
                    "FriendCircle"
                ],
                "summary": "朋友圈点赞/评论",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "type:1点赞 2:文本 3:消息 4:with 5陌生人点赞 replyCommnetId:回复评论Id",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/FriendCircle.CommentParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/FriendCircle/GetDetail": {
            "post": {
                "tags": [
                    "FriendCircle"
                ],
                "summary": "获取特定人朋友圈",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "打开首页时:Fristpagemd5留空,Maxid填写0",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/FriendCircle.GetDetailparameter"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/FriendCircle/GetIdDetail": {
            "post": {
                "tags": [
                    "FriendCircle"
                ],
                "summary": "获取特定ID详情内容",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Id为当前朋友圈内容的id",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/FriendCircle.GetIdDetailParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/FriendCircle/GetList": {
            "post": {
                "tags": [
                    "FriendCircle"
                ],
                "summary": "朋友圈首页列表",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "打开首页时:Fristpagemd5留空,Maxid填写0",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/FriendCircle.GetListParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/FriendCircle/Messages": {
            "post": {
                "tags": [
                    "FriendCircle"
                ],
                "summary": "发布朋友圈",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "请自行构造xml内容,注意:如果发的不是视频ISVideo记得提交false",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/FriendCircle.Messagearameter"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/FriendCircle/MmSnsSync": {
            "post": {
                "tags": [
                    "FriendCircle"
                ],
                "summary": "朋友圈同步",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Synckey可留空",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/FriendCircle.MmSnsSyncParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/FriendCircle/Operation": {
            "post": {
                "tags": [
                    "FriendCircle"
                ],
                "summary": "朋友圈操作",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "type:1删除朋友圈2设为隐私3设为公开4删除评论5取消点赞",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/FriendCircle.OperationParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/FriendCircle/PrivacySettings": {
            "post": {
                "tags": [
                    "FriendCircle"
                ],
                "summary": "朋友圈权限设置",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "核心参数请联系客服获取代码列表",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/FriendCircle.PrivacySettingsParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/FriendCircle/Upload": {
            "post": {
                "tags": [
                    "FriendCircle"
                ],
                "summary": "朋友圈上传",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "支持图片和视频",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/FriendCircle.SnsUploadParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/FriendCircle/UploadSep": {
            "post": {
                "tags": [
                    "FriendCircle"
                ],
                "summary": "朋友圈上传(分包模式)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Base64 当前分包数据的base64, StartPos分包起始位置 TotalLen总数据大小 HashMd5整个文件的hashMd5, ClientID通信标识,每个包必须统一。 Type == 2是图片 5是视频",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/FriendCircle.SnsUploadSepParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/AddChatRoomMember": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "增加群成员(40人以内)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "ToWxids 多个微信ID用,隔开 ChatRoomName 群ID",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.AddChatRoomParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/ConsentToJoin": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "同意进入群聊",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Url请在消息内容xml中查找",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.ConsentToJoinParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/CreateChatRoom": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "创建群聊",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "ToWxids 多个微信ID用,隔开 至少三个好友微信ID以上",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.CreateChatRoomParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/DelChatRoomMember": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "删除群成员",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "ToWxids 多个微信ID用,隔开 ChatRoomName 群ID",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.AddChatRoomParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/GetChatRoomInfo": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "获取群详情(不带公告内容)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "UserNameList == 群ID,多个查询请用,隔开",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.GetChatRoomParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/GetChatRoomInfoDetail": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "获取群信息(带公告内容)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "QID == 群ID",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.GetChatRoomParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/GetChatRoomMemberDetail": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "获取群成员",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "QID == 群ID",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.GetChatRoomParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/GetQRCode": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "获取群二维码",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "QID == 群ID",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.GetChatRoomParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/GetSomeMemberInfo": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "获取群成员信息",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "多个ToWxid请用,隔开。",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.QidToWxidParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/GroupListApi": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "同步群",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "xxx",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.GroupListParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/InviteChatRoomMember": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "邀请群成员(40人以上)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "ToWxids 多个微信ID用,隔开 ChatRoomName 群ID",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.AddChatRoomParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/MoveContractList": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "保存到通讯录",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Val == 3添加 2移除",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.MoveContractListParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/OperateChatRoomAdmin": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "群管理操作(添加、删除、转让)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "ToWxids == 多个wxid用,隔开(仅限于添加/删除管理员) Val == 1添加 2删除 3转让",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.OperateChatRoomAdminParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/Pat": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "拍一拍群人员(爱她就拍她,类似@)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "QID == 群ID, ToWxid == 不支持多个",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.QidToWxidParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/Quit": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "退出群聊",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "QID == 群ID",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.QuitGroupParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/ScanIntoGroup": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "扫码进群",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "只支持url",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.ScanIntoGroupParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/SetChatRoomAnnouncement": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "设置群公告",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Content == 公告内容",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.OperateChatRoomInfoParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/SetChatRoomName": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "设置群名称",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Content == 名称",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.OperateChatRoomInfoParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/SetChatRoomRemarks": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "设置群备注(仅自己可见)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "QID == 群ID",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.OperateChatRoomInfoParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Group/SetNickname": {
            "post": {
                "tags": [
                    "Group"
                ],
                "summary": "设置自己所在群的昵称",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "QID == 群ID",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Group.SetNicknameParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Label/Add": {
            "post": {
                "tags": [
                    "Label"
                ],
                "summary": "添加标签",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "添加标签",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Label.AddParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Label/Delete": {
            "post": {
                "tags": [
                    "Label"
                ],
                "summary": "删除标签",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "删除标签",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Label.DeleteParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Label/GetList": {
            "post": {
                "tags": [
                    "Label"
                ],
                "summary": "获取标签列表",
                "parameters": [
                    {
                        "in": "query",
                        "name": "wxid",
                        "description": "请输入登陆成功的wxid",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Label/GetWxidList": {
            "post": {
                "tags": [
                    "Label"
                ],
                "summary": "读取标签列表",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "读取标签列表",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Label.DeleteParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Label/UpdateList": {
            "post": {
                "tags": [
                    "Label"
                ],
                "summary": "更新标签列表",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "ToWxid:多个请用,隔开",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Label.UpdateListParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Label/UpdateName": {
            "post": {
                "tags": [
                    "Label"
                ],
                "summary": "修改标签",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "修改标签",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Label.UpdateNameParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Login/62data": {
            "post": {
                "tags": [
                    "Login"
                ],
                "summary": "62登陆(账号或密码)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "不使用代理请留空",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Login.Data62LoginReq"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Login/A16Data": {
            "post": {
                "tags": [
                    "Login"
                ],
                "summary": "A16登陆(账号或密码)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "不使用代理请留空",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Login.A16LoginParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Login/Awaken": {
            "post": {
                "tags": [
                    "Login"
                ],
                "summary": "唤醒登陆(只限扫码登录)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "唤醒登陆",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Login.OsParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Login/CheckQR": {
            "post": {
                "tags": [
                    "Login"
                ],
                "summary": "检测二维码",
                "parameters": [
                    {
                        "in": "query",
                        "name": "uuid",
                        "description": "请输入取码时返回的UUID",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Login/ExtDeviceLoginConfirmGet": {
            "post": {
                "tags": [
                    "Login"
                ],
                "summary": "新设备扫码登录",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "URL == MAC iPad Windows 的微信二维码解析出来的url",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Login.ExtDeviceLoginConfirmParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Login/ExtDeviceLoginConfirmOk": {
            "post": {
                "tags": [
                    "Login"
                ],
                "summary": "新设备扫码确认登录",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "URL == MAC iPad Windows 的微信二维码解析出来的url",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Login.ExtDeviceLoginConfirmParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Login/Get62Data": {
            "post": {
                "tags": [
                    "Login"
                ],
                "summary": "获取62数据",
                "parameters": [
                    {
                        "in": "query",
                        "name": "wxid",
                        "description": "请输入登陆成功的wxid",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Login/GetCacheInfo": {
            "post": {
                "tags": [
                    "Login"
                ],
                "summary": "获取登陆缓存信息",
                "parameters": [
                    {
                        "in": "query",
                        "name": "wxid",
                        "description": "请输入登陆成功的wxid",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Login/GetQR": {
            "post": {
                "tags": [
                    "Login"
                ],
                "summary": "获取二维码",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "不使用代理请留空",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Login.GetQRReq"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Login/HeartBeat": {
            "post": {
                "tags": [
                    "Login"
                ],
                "summary": "心跳包",
                "parameters": [
                    {
                        "in": "query",
                        "name": "wxid",
                        "description": "请输入登陆成功的wxid",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Login/LogOut": {
            "post": {
                "tags": [
                    "Login"
                ],
                "summary": "退出登录",
                "parameters": [
                    {
                        "in": "query",
                        "name": "wxid",
                        "description": "请输入登陆成功的wxid",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Login/Newinit": {
            "post": {
                "tags": [
                    "Login"
                ],
                "summary": "初始化",
                "parameters": [
                    {
                        "in": "query",
                        "name": "wxid",
                        "description": "请输入登陆成功的wxid",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Login/OneClickLoginToNewService": {
            "post": {
                "tags": [
                    "Login"
                ],
                "summary": "新服务一键推送登录",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "新服务一键推送登录",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Login.Rouses"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Login/PhoneDeviceLogin": {
            "post": {
                "tags": [
                    "Login"
                ],
                "summary": "铺助手机扫码登录",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "URL == 手机微信二维码解析出来的url",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Login.PhoneDeviceLoginParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Login/TwiceAutoAuth": {
            "post": {
                "tags": [
                    "Login"
                ],
                "summary": "二次登陆",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "二次登陆",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Login.OsParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Login/UpdateDeviceToken": {
            "post": {
                "tags": [
                    "Login"
                ],
                "summary": "DeviceToken更新",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "DeviceToken更新",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Login.UpdateDeviceTokenParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/BatchSendMsg": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "批量发送文本消息",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "ToWxids用,隔开",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Msg.BatchSendMsgParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/RemindMsg": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "发送提醒消息",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Ytitle==提醒名 比如(官方提醒) Ycontent == 提醒内容 比如(楼上这位是本群的监督员)",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Msg.RemindMsgParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/Revoke": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "撤回消息",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "请注意参数",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Msg.RevokeMsgParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/SendApp": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "发送App消息",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Type请根据场景设置,xml请自行构造",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Msg.SendAppMsgParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/SendCDNFile": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "发送文件(转发,并非上传)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Content==收到文件消息xml",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Msg.DefaultParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/SendCDNImg": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "发送Cdn图片(转发图片)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Content==消息xml",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Msg.DefaultParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/SendCDNVideo": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "发送Cdn视频(转发视频)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Content==消息xml",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Msg.DefaultParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/SendEmoji": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "发送Emoji",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "发送Emoji",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Msg.SendEmojiParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/SendGroupMassMsgText": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "群发文字",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "true",
                        "schema": {
                            "$ref": "#/definitions/Msg.SendGroupMassMsgTextParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/SendTransmitMsg": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "转发聊天记录",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "xml请自行构造",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Msg.SendTransmitParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/SendTxt": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "发送文本消息",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Type请填写1 At == 群@,多个wxid请用,隔开",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Msg.SendNewMsgParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/SendVideo": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "发送视频",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "发送视频",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Msg.SendVideoMsgParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/SendVoice": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "发送语音",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Type: AMR = 0, MP3 = 2, SILK = 4, SPEEX = 1, WAVE = 3 VoiceTime :音频长度 1000为一秒",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Msg.SendVoiceMessageParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/ShareCard": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "分享名片",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "ToWxid==接收的微信ID CardWxId==名片wxid CardNickName==名片昵称 CardAlias==名片别名",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Msg.ShareCardParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/ShareLink": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "发送分享链接消息",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Title==标题 Desc==描述 Url==跳转地址 ThumbUrl==图片展示",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Msg.SendShareLinkMsgParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/ShareLocation": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "分享位置",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "分享位置",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Msg.ShareLocationParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/ShareVideo": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "发送分享视频消息",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "xml:微信返回的视频xml",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Msg.ShareVideoMsgParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/Sync": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "同步消息",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "同步消息参数:Scene填写1,SyncMsgDigest填写1 初始化消息:Scene填写7,SyncMsgDigest填写1",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Msg.SyncParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Msg/UploadImg": {
            "post": {
                "tags": [
                    "Msg"
                ],
                "summary": "发送图片",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "请注意base64格式",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Msg.SendImageMsgParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/OfficialAccounts/Follow": {
            "post": {
                "tags": [
                    "OfficialAccounts"
                ],
                "summary": "关注",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "关注",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/OfficialAccounts.DefaultParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/OfficialAccounts/GetAppMsgExt": {
            "post": {
                "tags": [
                    "OfficialAccounts"
                ],
                "summary": "阅读文章,返回 分享、看一看、阅读数据",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "阅读文章",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/OfficialAccounts.ReadParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/OfficialAccounts/GetGzHotelGroup": {
            "post": {
                "tags": [
                    "OfficialAccounts"
                ],
                "summary": "GetGzHotelGroup",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "GetGzHotelGroupParam",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/OfficialAccounts.GetGzHotelGroupParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/OfficialAccounts/JSAPIPreVerify": {
            "post": {
                "tags": [
                    "OfficialAccounts"
                ],
                "summary": "JSAPIPreVerify",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "JSAPIPreVerify",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/OfficialAccounts.GetkeyParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/OfficialAccounts/MpGetA8Key": {
            "post": {
                "tags": [
                    "OfficialAccounts"
                ],
                "summary": "MpGetA8Key(获取文章key和uin)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "获取文章key和uin",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/OfficialAccounts.ReadParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/OfficialAccounts/OauthAuthorize": {
            "post": {
                "tags": [
                    "OfficialAccounts"
                ],
                "summary": "OauthAuthorize",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "OauthAuthorize",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/OfficialAccounts.GetkeyParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/OfficialAccounts/Quit": {
            "post": {
                "tags": [
                    "OfficialAccounts"
                ],
                "summary": "取消关注",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "取消关注",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/OfficialAccounts.DefaultParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/SayHello/Modelv1": {
            "post": {
                "tags": [
                    "SayHello"
                ],
                "summary": "模式-扫码",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "注意,请先执行1再执行2",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/SayHello.Model1Param"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/SayHello/Modelv2": {
            "post": {
                "tags": [
                    "SayHello"
                ],
                "summary": "模式-一键打招呼",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Scene 招呼通道 FromScene SearchScene 搜索联系人场景",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/SayHello.Model2Param"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/SayHello/Modelv3": {
            "post": {
                "tags": [
                    "SayHello"
                ],
                "summary": "模式-v3打招呼",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "注意",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/SayHello.Model3Param"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/TenPay/OpenHongBao": {
            "post": {
                "tags": [
                    "TenPay"
                ],
                "summary": "抢红包",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "注意参数",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/TenPay.HongBaoParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/TenPay/QueryRedEnvelopesDetail": {
            "post": {
                "tags": [
                    "TenPay"
                ],
                "summary": "查看红包详情",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "注意参数",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/TenPay.HongBaoDetailParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Tools/DownloadFile": {
            "post": {
                "tags": [
                    "Tools"
                ],
                "summary": "文件下载",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "DataLen == 文件大小, xml中获取",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Tools.DownloadAppAttachParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Tools/DownloadImg": {
            "post": {
                "tags": [
                    "Tools"
                ],
                "summary": "高清图片下载",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "DataLen == 图片大小, xml中获取",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Tools.DownloadParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Tools/DownloadVideo": {
            "post": {
                "tags": [
                    "Tools"
                ],
                "summary": "视频下载",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "DataLen == 视频大小, xml中获取",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Tools.DownloadParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Tools/DownloadVoice": {
            "post": {
                "tags": [
                    "Tools"
                ],
                "summary": "语音下载",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "注意参数",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Tools.DownloadVoiceParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Tools/EmojiDownload": {
            "post": {
                "tags": [
                    "Tools"
                ],
                "summary": "Emoji下载",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "md5就是动图表情的md5,在xml中查找",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Tools.DownLoadEmojiParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Tools/GeneratePayQCode": {
            "get": {
                "tags": [
                    "Tools"
                ],
                "summary": "生成支付二维码",
                "parameters": [
                    {
                        "in": "query",
                        "name": "wxid",
                        "description": "请输入登录后的wxid",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Tools/GetA8Key": {
            "post": {
                "tags": [
                    "Tools"
                ],
                "summary": "GetA8Key",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "OpCode == 2 Scene == 4 CodeType == 19 CodeVersion == 5 以上是默认参数,如有需求自行修改",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Tools.GetA8KeyParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Tools/GetBandCardList": {
            "post": {
                "tags": [
                    "Tools"
                ],
                "summary": "获取余额以及银行卡信息",
                "parameters": [
                    {
                        "in": "query",
                        "name": "wxid",
                        "description": "请输入登录后的wxid",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Tools/GetBoundHardDevices": {
            "post": {
                "tags": [
                    "Tools"
                ],
                "summary": "GetBoundHardDevices",
                "parameters": [
                    {
                        "in": "query",
                        "name": "wxid",
                        "description": "请输入登录后的wxid",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Tools/GetRealNameInfo": {
            "get": {
                "tags": [
                    "Tools"
                ],
                "summary": "获取实名信息",
                "parameters": [
                    {
                        "in": "query",
                        "name": "wxid",
                        "description": "请输入登录后的wxid",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Tools/ThirdAppGrant": {
            "post": {
                "tags": [
                    "Tools"
                ],
                "summary": "第三方APP授权",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "注意参数",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Tools.ThirdAppGrantParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Tools/UploadFile": {
            "post": {
                "tags": [
                    "Tools"
                ],
                "summary": "文件上传",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "文件上传",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Tools.UploadParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Tools/setproxy": {
            "post": {
                "tags": [
                    "Tools"
                ],
                "summary": "设置/删除代理IP",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "删除代理ip时直接留空即可",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Tools.SetProxyParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/User/BindingEmail": {
            "post": {
                "tags": [
                    "User"
                ],
                "summary": "绑定邮箱",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "绑定邮箱",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/User.EmailParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/User/BindingMobile": {
            "post": {
                "tags": [
                    "User"
                ],
                "summary": "换绑手机号",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Mobile == 格式:+8617399999999 Verifycode == 验证码请先通过(发送手机验证码)获取",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/User.BindMobileParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/User/CheckCanSetAlias": {
            "post": {
                "tags": [
                    "User"
                ],
                "summary": "检查微信号安全环境",
                "parameters": [
                    {
                        "in": "query",
                        "name": "wxid",
                        "description": "请输入登陆后的wxid",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/User/DelSafetyInfo": {
            "post": {
                "tags": [
                    "User"
                ],
                "summary": "删除登录设备",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "UUID请在登录设备管理中获取",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/User.DelSafetyInfoParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/User/GetContractProfile": {
            "post": {
                "tags": [
                    "User"
                ],
                "summary": "取个人信息",
                "parameters": [
                    {
                        "in": "query",
                        "name": "wxid",
                        "description": "请输入登陆后的wxid",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/User/GetQRCode": {
            "post": {
                "tags": [
                    "User"
                ],
                "summary": "取个人二维码",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Style == 二维码样式(请自行探索) 8默认",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/User.GetQRCodeParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/User/GetSafetyInfo": {
            "post": {
                "tags": [
                    "User"
                ],
                "summary": "登录设备管理",
                "parameters": [
                    {
                        "in": "query",
                        "name": "wxid",
                        "description": "请输入登陆后的wxid",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/User/OnekeySetPasswd": {
            "post": {
                "tags": [
                    "User"
                ],
                "summary": "一键修改密码",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "一键修改密码",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/User.OnekeySetPasswdParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/User/PrivacySettings": {
            "post": {
                "tags": [
                    "User"
                ],
                "summary": "隐私设置",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "核心参数请联系客服获取代码列表",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/User.PrivacySettingsParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/User/ReportMotion": {
            "post": {
                "tags": [
                    "User"
                ],
                "summary": "ReportMotion",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "具体用法请联系客服",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/User.ReportMotionParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/User/ReviseAlisa": {
            "post": {
                "tags": [
                    "User"
                ],
                "summary": "修改微信号(一年一次)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "SafeTicket == 检查微信号安全环境返回的Ticket  PwdTicket == 验证密码返回的Ticket",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/User.ReviseAlisa"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/User/SendVerifyMobile": {
            "post": {
                "tags": [
                    "User"
                ],
                "summary": "发送手机验证码",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Opcode == 场景(18代表绑手机号) Mobile == 格式:+8617399999999",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/User.SendVerifyMobileParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/User/SetAlisa": {
            "post": {
                "tags": [
                    "User"
                ],
                "summary": "设置微信号",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "设置微信号",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/User.SetAlisaParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/User/SetPasswd": {
            "post": {
                "tags": [
                    "User"
                ],
                "summary": "修改密码",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "修改密码",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/User.NewSetPasswdParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/User/UpdateProfile": {
            "post": {
                "tags": [
                    "User"
                ],
                "summary": "修改个人信息",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "NickName ==名称  Sex == 性别(1:男 2:女) Country == 国家,例如:CH Province == 省份 例如:WuHan Signature == 个性签名",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/User.UpdateProfileParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/User/UploadHeadImage": {
            "post": {
                "tags": [
                    "User"
                ],
                "summary": "修改头像",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "修改头像",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/User.UploadHeadImageParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/User/VerifyPasswd": {
            "post": {
                "tags": [
                    "User"
                ],
                "summary": "验证密码",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "验证密码",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/User.NewVerifyPasswdParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Wxapp/JSLogin": {
            "post": {
                "tags": [
                    "Wxapp"
                ],
                "summary": "授权小程序(返回授权后的code)",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "授权小程序",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Wxapp.DefaultParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Wxapp/JSLoginJCYS": {
            "post": {
                "tags": [
                    "Wxapp"
                ],
                "summary": "授权小程序[机场云商]",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "授权小程序机场云商",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Wxapp.GcysParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        },
        "/Wxapp/JSOperateWxData": {
            "post": {
                "tags": [
                    "Wxapp"
                ],
                "summary": "小程序操作",
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "小程序操作",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/Wxapp.JSOperateWxParam"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": ""
                    }
                }
            }
        }
    },
    "definitions": {
        "Algorithm.AndroidDeviceInfo": {
            "title": "AndroidDeviceInfo",
            "type": "object",
            "properties": {
                "AndriodBssId": {
                    "type": "string"
                },
                "AndriodFsId": {
                    "type": "string"
                },
                "AndriodId": {
                    "type": "string"
                },
                "AndriodSsId": {
                    "type": "string"
                },
                "Androidversion": {
                    "type": "string"
                },
                "Arch": {
                    "type": "string"
                },
                "BuildBoard": {
                    "type": "string"
                },
                "BuildFP": {
                    "type": "string"
                },
                "BuildID": {
                    "type": "string"
                },
                "Features": {
                    "type": "string"
                },
                "Hardware": {
                    "type": "string"
                },
                "Imei": {
                    "type": "string"
                },
                "KernelReleaseNumber": {
                    "type": "string"
                },
                "Manufacturer": {
                    "type": "string"
                },
                "PackageSign": {
                    "type": "string"
                },
                "PhoneModel": {
                    "type": "string"
                },
                "PhoneSerial": {
                    "type": "string"
                },
                "RadioVersion": {
                    "type": "string"
                },
                "SbMD5": {
                    "type": "string"
                },
                "SfArm64MD5": {
                    "type": "string"
                },
                "SfArmMD5": {
                    "type": "string"
                },
                "SfMD5": {
                    "type": "string"
                },
                "WLanAddress": {
                    "type": "string"
                },
                "WidevineDeviceID": {
                    "type": "string"
                },
                "WidevineProvisionID": {
                    "type": "string"
                },
                "WifiFullName": {
                    "type": "string"
                },
                "WifiName": {
                    "type": "string"
                }
            }
        },
        "Favor.AddFavParam": {
            "title": "AddFavParam",
            "type": "object",
            "properties": {
                "Object": {
                    "type": "string"
                },
                "SourceId": {
                    "type": "string"
                },
                "SourceType": {
                    "type": "integer",
                    "format": "int32"
                },
                "Type": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Favor.DelParam": {
            "title": "DelParam",
            "type": "object",
            "properties": {
                "FavId": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Favor.GetFavItemParam": {
            "title": "GetFavItemParam",
            "type": "object",
            "properties": {
                "FavId": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Favor.SyncParam": {
            "title": "SyncParam",
            "type": "object",
            "properties": {
                "Keybuf": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Finder.CommentParam": {
            "title": "CommentParam",
            "type": "object",
            "properties": {
                "Content": {
                    "type": "string"
                },
                "Id": {
                    "type": "string"
                },
                "ObjectNonceId": {
                    "type": "string"
                },
                "SessionBuffer": {
                    "type": "string"
                },
                "Username": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Finder.DefaultParam": {
            "title": "DefaultParam",
            "type": "object",
            "properties": {
                "FinderUsername": {
                    "type": "string"
                },
                "LastBuffer": {
                    "type": "string"
                },
                "Value": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Finder.FinderBatchGetObjectAsyncLoadInfoParam": {
            "title": "FinderBatchGetObjectAsyncLoadInfoParam",
            "type": "object",
            "properties": {
                "FinderUsername": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Finder.FinderGetTopicListParam": {
            "title": "FinderGetTopicListParam",
            "type": "object",
            "properties": {
                "LastBuffer": {
                    "type": "string"
                },
                "TopTitle": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Finder.FinderLiveDetailParam": {
            "title": "FinderLiveDetailParam",
            "type": "object",
            "properties": {
                "FinderNonceID": {
                    "type": "string"
                },
                "FinderObjectID": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Finder.FinderSearchParam": {
            "title": "FinderSearchParam",
            "type": "object",
            "properties": {
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Finder.FinderSendTextParam": {
            "title": "FinderSendTextParam",
            "type": "object",
            "properties": {
                "FinderUsername": {
                    "type": "string"
                },
                "Text": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Finder.FindergetlivemsgParam": {
            "title": "FindergetlivemsgParam",
            "type": "object",
            "properties": {
                "FinderUsername": {
                    "type": "string"
                },
                "Id": {
                    "type": "string"
                },
                "ObjectNonceId": {
                    "type": "string"
                },
                "Param1": {
                    "type": "string"
                },
                "Param2": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Finder.GetCommentDetailParam": {
            "title": "GetCommentDetailParam",
            "type": "object",
            "properties": {
                "FinderUsername": {
                    "type": "string"
                },
                "Id": {
                    "type": "string"
                },
                "LastBuffer": {
                    "type": "string"
                },
                "ObjectNonceId": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Finder.GetRecommendParam": {
            "title": "GetRecommendParam",
            "type": "object",
            "properties": {
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Finder.LikeParam": {
            "title": "LikeParam",
            "type": "object",
            "properties": {
                "CommentId": {
                    "type": "string"
                },
                "FinderUsername": {
                    "type": "string"
                },
                "Id": {
                    "type": "string"
                },
                "ObjectNonceId": {
                    "type": "string"
                },
                "Optype": {
                    "type": "integer",
                    "format": "int64"
                },
                "SessionBuffer": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Finder.TargetUserPageParam": {
            "title": "TargetUserPageParam",
            "type": "object",
            "properties": {
                "LastBuffer": {
                    "type": "string"
                },
                "Target": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Friend.BlacklistParam": {
            "title": "BlacklistParam",
            "type": "object",
            "properties": {
                "ToWxid": {
                    "type": "string"
                },
                "Val": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Friend.DefaultParam": {
            "title": "DefaultParam",
            "type": "object",
            "properties": {
                "ToWxid": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Friend.GetContractDetailparameter": {
            "title": "GetContractDetailparameter",
            "type": "object",
            "properties": {
                "ChatRoom": {
                    "type": "string"
                },
                "Towxids": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Friend.GetContractListparameter": {
            "title": "GetContractListparameter",
            "type": "object",
            "properties": {
                "CurrentChatRoomContactSeq": {
                    "type": "integer",
                    "format": "int32"
                },
                "CurrentWxcontactSeq": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Friend.GetFriendRelationParam": {
            "title": "GetFriendRelationParam",
            "type": "object",
            "properties": {
                "ToWxId": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Friend.LbsFindParam": {
            "title": "LbsFindParam",
            "type": "object",
            "properties": {
                "Latitude": {
                    "type": "number",
                    "format": "float"
                },
                "Longitude": {
                    "type": "number",
                    "format": "float"
                },
                "OpCode": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Friend.PassVerifyParam": {
            "title": "PassVerifyParam",
            "type": "object",
            "properties": {
                "Scene": {
                    "type": "integer",
                    "format": "int64"
                },
                "V1": {
                    "type": "string"
                },
                "V2": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Friend.SearchParam": {
            "title": "SearchParam",
            "type": "object",
            "properties": {
                "FromScene": {
                    "type": "integer",
                    "format": "int32"
                },
                "SearchScene": {
                    "type": "integer",
                    "format": "int32"
                },
                "ToUserName": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Friend.SendRequestParam": {
            "title": "SendRequestParam",
            "type": "object",
            "properties": {
                "OpCode": {
                    "type": "integer",
                    "format": "int32"
                },
                "Scene": {
                    "type": "integer",
                    "format": "int64"
                },
                "V1": {
                    "type": "string"
                },
                "V2": {
                    "type": "string"
                },
                "VerifyContent": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Friend.SetRemarksParam": {
            "title": "SetRemarksParam",
            "type": "object",
            "properties": {
                "Remarks": {
                    "type": "string"
                },
                "ToWxid": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Friend.UploadParam": {
            "title": "UploadParam",
            "type": "object",
            "properties": {
                "CurrentPhoneNo": {
                    "type": "string"
                },
                "Opcode": {
                    "type": "integer",
                    "format": "int32"
                },
                "PhoneNo": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "FriendCircle.CommentParam": {
            "title": "CommentParam",
            "type": "object",
            "properties": {
                "Content": {
                    "type": "string"
                },
                "Id": {
                    "type": "string"
                },
                "ReplyCommnetId": {
                    "type": "integer",
                    "format": "int32"
                },
                "Type": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "FriendCircle.GetDetailparameter": {
            "title": "GetDetailparameter",
            "type": "object",
            "properties": {
                "Fristpagemd5": {
                    "type": "string"
                },
                "Maxid": {
                    "type": "integer",
                    "format": "int64"
                },
                "Towxid": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "FriendCircle.GetIdDetailParam": {
            "title": "GetIdDetailParam",
            "type": "object",
            "properties": {
                "Id": {
                    "type": "integer",
                    "format": "int64"
                },
                "IdStr": {
                    "type": "string"
                },
                "Towxid": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "FriendCircle.GetListParam": {
            "title": "GetListParam",
            "type": "object",
            "properties": {
                "Fristpagemd5": {
                    "type": "string"
                },
                "Maxid": {
                    "type": "integer",
                    "format": "int64"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "FriendCircle.Messagearameter": {
            "title": "Messagearameter",
            "type": "object",
            "properties": {
                "BlackList": {
                    "type": "string"
                },
                "Content": {
                    "type": "string"
                },
                "ISVideo": {
                    "type": "boolean"
                },
                "WithUserList": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "FriendCircle.MmSnsSyncParam": {
            "title": "MmSnsSyncParam",
            "type": "object",
            "properties": {
                "Synckey": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "FriendCircle.OperationParam": {
            "title": "OperationParam",
            "type": "object",
            "properties": {
                "CommnetId": {
                    "type": "integer",
                    "format": "int32"
                },
                "Id": {
                    "type": "string"
                },
                "Type": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "FriendCircle.PrivacySettingsParam": {
            "title": "PrivacySettingsParam",
            "type": "object",
            "properties": {
                "Function": {
                    "type": "integer",
                    "format": "int32"
                },
                "Value": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "FriendCircle.SnsUploadParam": {
            "title": "SnsUploadParam",
            "type": "object",
            "properties": {
                "Base64": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "FriendCircle.SnsUploadSepParam": {
            "title": "SnsUploadSepParam",
            "type": "object",
            "properties": {
                "Base64": {
                    "type": "string"
                },
                "ClientID": {
                    "type": "string"
                },
                "HashMd5": {
                    "type": "string"
                },
                "StartPos": {
                    "type": "integer",
                    "format": "int32"
                },
                "TotalLen": {
                    "type": "integer",
                    "format": "int32"
                },
                "Type": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Group.AddChatRoomParam": {
            "title": "AddChatRoomParam",
            "type": "object",
            "properties": {
                "ChatRoomName": {
                    "type": "string"
                },
                "ToWxids": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Group.ConsentToJoinParam": {
            "title": "ConsentToJoinParam",
            "type": "object",
            "properties": {
                "Url": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Group.CreateChatRoomParam": {
            "title": "CreateChatRoomParam",
            "type": "object",
            "properties": {