2023最新微信ipad协议 834 附近人获取 CODE sessionId_2024微信附近人提取wxid-程序员宅基地

技术标签: ios  iphone  

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

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

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

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

 

{
    "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": {
                "ToWxids": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Group.GetChatRoomParam": {
            "title": "GetChatRoomParam",
            "type": "object",
            "properties": {
                "QID": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Group.GroupListParam": {
            "title": "GroupListParam",
            "type": "object",
            "properties": {
                "Key": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Group.MoveContractListParam": {
            "title": "MoveContractListParam",
            "type": "object",
            "properties": {
                "QID": {
                    "type": "string"
                },
                "Val": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Group.OperateChatRoomAdminParam": {
            "title": "OperateChatRoomAdminParam",
            "type": "object",
            "properties": {
                "QID": {
                    "type": "string"
                },
                "ToWxids": {
                    "type": "string"
                },
                "Val": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Group.OperateChatRoomInfoParam": {
            "title": "OperateChatRoomInfoParam",
            "type": "object",
            "properties": {
                "Content": {
                    "type": "string"
                },
                "QID": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Group.QidToWxidParam": {
            "title": "QidToWxidParam",
            "type": "object",
            "properties": {
                "QID": {
                    "type": "string"
                },
                "ToWxid": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Group.QuitGroupParam": {
            "title": "QuitGroupParam",
            "type": "object",
            "properties": {
                "QID": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Group.ScanIntoGroupParam": {
            "title": "ScanIntoGroupParam",
            "type": "object",
            "properties": {
                "Url": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Group.SetNicknameParam": {
            "title": "SetNicknameParam",
            "type": "object",
            "properties": {
                "Nickname": {
                    "type": "string"
                },
                "QID": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Label.AddParam": {
            "title": "AddParam",
            "type": "object",
            "properties": {
                "LabelName": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Label.DeleteParam": {
            "title": "DeleteParam",
            "type": "object",
            "properties": {
                "LabelID": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Label.UpdateListParam": {
            "title": "UpdateListParam",
            "type": "object",
            "properties": {
                "LabelID": {
                    "type": "string"
                },
                "ToWxids": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Label.UpdateNameParam": {
            "title": "UpdateNameParam",
            "type": "object",
            "properties": {
                "LabelID": {
                    "type": "integer",
                    "format": "int32"
                },
                "NewName": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Login.A16LoginParam": {
            "title": "A16LoginParam",
            "type": "object",
            "properties": {
                "A16": {
                    "type": "string"
                },
                "DeviceName": {
                    "type": "string"
                },
                "Extend": {
                    "$ref": "#/definitions/Algorithm.AndroidDeviceInfo"
                },
                "Password": {
                    "type": "string"
                },
                "Proxy": {
                    "$ref": "#/definitions/models.ProxyInfo"
                },
                "UserName": {
                    "type": "string"
                }
            }
        },
        "Login.Data62LoginReq": {
            "title": "Data62LoginReq",
            "type": "object",
            "properties": {
                "Data62": {
                    "type": "string"
                },
                "DeviceName": {
                    "type": "string"
                },
                "Password": {
                    "type": "string"
                },
                "Proxy": {
                    "$ref": "#/definitions/models.ProxyInfo"
                },
                "UserName": {
                    "type": "string"
                }
            }
        },
        "Login.ExtDeviceLoginConfirmParam": {
            "title": "ExtDeviceLoginConfirmParam",
            "type": "object",
            "properties": {
                "Url": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Login.GetQRReq": {
            "title": "GetQRReq",
            "type": "object",
            "properties": {
                "DeviceID": {
                    "type": "string"
                },
                "DeviceName": {
                    "type": "string"
                },
                "OSModel": {
                    "type": "string"
                },
                "Proxy": {
                    "$ref": "#/definitions/models.ProxyInfo"
                }
            }
        },
        "Login.OsParam": {
            "title": "OsParam",
            "type": "object",
            "properties": {
                "OSModel": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Login.PhoneDeviceLoginParam": {
            "title": "PhoneDeviceLoginParam",
            "type": "object",
            "properties": {
                "Url": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Login.Rouses": {
            "title": "Rouses",
            "type": "object",
            "properties": {
                "OS": {
                    "type": "string"
                },
                "Proxy": {
                    "$ref": "#/definitions/models.ProxyInfo"
                },
                "Url": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Login.UpdateDeviceTokenParam": {
            "title": "UpdateDeviceTokenParam",
            "type": "object",
            "properties": {
                "Model": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Msg.BatchSendMsgParam": {
            "title": "BatchSendMsgParam",
            "type": "object",
            "properties": {
                "Content": {
                    "type": "string"
                },
                "ToWxids": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Msg.DefaultParam": {
            "title": "DefaultParam",
            "type": "object",
            "properties": {
                "Content": {
                    "type": "string"
                },
                "ToWxid": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Msg.RemindMsgParam": {
            "title": "RemindMsgParam",
            "type": "object",
            "properties": {
                "Content": {
                    "type": "string"
                },
                "ToWxid": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                },
                "Ycontent": {
                    "type": "string"
                },
                "Ytitle": {
                    "type": "string"
                }
            }
        },
        "Msg.RevokeMsgParam": {
            "title": "RevokeMsgParam",
            "type": "object",
            "properties": {
                "ClientMsgId": {
                    "type": "integer",
                    "format": "int64"
                },
                "CreateTime": {
                    "type": "integer",
                    "format": "int64"
                },
                "NewMsgId": {
                    "type": "integer",
                    "format": "int64"
                },
                "ToUserName": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Msg.SendAppMsgParam": {
            "title": "SendAppMsgParam",
            "type": "object",
            "properties": {
                "ToWxid": {
                    "type": "string"
                },
                "Type": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                },
                "Xml": {
                    "type": "string"
                }
            }
        },
        "Msg.SendEmojiParam": {
            "title": "SendEmojiParam",
            "type": "object",
            "properties": {
                "Md5": {
                    "type": "string"
                },
                "ToWxid": {
                    "type": "string"
                },
                "TotalLen": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Msg.SendGroupMassMsgTextParam": {
            "title": "SendGroupMassMsgTextParam",
            "type": "object",
            "properties": {
                "Content": {
                    "type": "string"
                },
                "ToWxid": {
                    "type": "array",
                    "items": {
                        "type": "string"
                    }
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Msg.SendImageMsgParam": {
            "title": "SendImageMsgParam",
            "type": "object",
            "properties": {
                "Base64": {
                    "type": "string"
                },
                "ToWxid": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Msg.SendNewMsgParam": {
            "title": "SendNewMsgParam",
            "type": "object",
            "properties": {
                "At": {
                    "type": "string"
                },
                "Content": {
                    "type": "string"
                },
                "ToWxid": {
                    "type": "string"
                },
                "Type": {
                    "type": "integer",
                    "format": "int64"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Msg.SendShareLinkMsgParam": {
            "title": "SendShareLinkMsgParam",
            "type": "object",
            "properties": {
                "Desc": {
                    "type": "string"
                },
                "ThumbUrl": {
                    "type": "string"
                },
                "Title": {
                    "type": "string"
                },
                "ToWxid": {
                    "type": "string"
                },
                "Url": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Msg.SendTransmitParam": {
            "title": "SendTransmitParam",
            "type": "object",
            "properties": {
                "ToWxid": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                },
                "Xml": {
                    "type": "string"
                }
            }
        },
        "Msg.SendVideoMsgParam": {
            "title": "SendVideoMsgParam",
            "type": "object",
            "properties": {
                "Base64": {
                    "type": "string"
                },
                "ImageBase64": {
                    "type": "string"
                },
                "PlayLength": {
                    "type": "integer",
                    "format": "int32"
                },
                "ToWxid": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Msg.SendVoiceMessageParam": {
            "title": "SendVoiceMessageParam",
            "type": "object",
            "properties": {
                "Base64": {
                    "type": "string"
                },
                "ToWxid": {
                    "type": "string"
                },
                "Type": {
                    "type": "integer",
                    "format": "int32"
                },
                "VoiceTime": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Msg.ShareCardParam": {
            "title": "ShareCardParam",
            "type": "object",
            "properties": {
                "CardAlias": {
                    "type": "string"
                },
                "CardNickName": {
                    "type": "string"
                },
                "CardWxId": {
                    "type": "string"
                },
                "ToWxid": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Msg.ShareLocationParam": {
            "title": "ShareLocationParam",
            "type": "object",
            "properties": {
                "Infourl": {
                    "type": "string"
                },
                "Label": {
                    "type": "string"
                },
                "Poiname": {
                    "type": "string"
                },
                "Scale": {
                    "type": "number",
                    "format": "double"
                },
                "ToWxid": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                },
                "X": {
                    "type": "number",
                    "format": "double"
                },
                "Y": {
                    "type": "number",
                    "format": "double"
                }
            }
        },
        "Msg.ShareVideoMsgParam": {
            "title": "ShareVideoMsgParam",
            "type": "object",
            "properties": {
                "ToWxid": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                },
                "Xml": {
                    "type": "string"
                }
            }
        },
        "Msg.SyncParam": {
            "title": "SyncParam",
            "type": "object",
            "properties": {
                "Scene": {
                    "type": "integer",
                    "format": "int32"
                },
                "Synckey": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "OfficialAccounts.DefaultParam": {
            "title": "DefaultParam",
            "type": "object",
            "properties": {
                "Appid": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "OfficialAccounts.GetGzHotelGroupParam": {
            "title": "GetGzHotelGroupParam",
            "type": "object",
            "properties": {
                "Url": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "OfficialAccounts.GetkeyParam": {
            "title": "GetkeyParam",
            "type": "object",
            "properties": {
                "Appid": {
                    "type": "string"
                },
                "JsapiList": {
                    "type": "array",
                    "items": {
                        "type": "string"
                    }
                },
                "NonceStr": {
                    "type": "string"
                },
                "Signature": {
                    "type": "string"
                },
                "Timestamp": {
                    "type": "string"
                },
                "Url": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "OfficialAccounts.ReadParam": {
            "title": "ReadParam",
            "type": "object",
            "properties": {
                "Url": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "SayHello.Model1Param": {
            "title": "Model1Param",
            "type": "object",
            "properties": {
                "OpCode": {
                    "type": "integer",
                    "format": "int32"
                },
                "Url": {
                    "type": "string"
                },
                "VerifyContent": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "SayHello.Model2Param": {
            "title": "Model2Param",
            "type": "object",
            "properties": {
                "Content": {
                    "type": "string"
                },
                "FromScene": {
                    "type": "integer",
                    "format": "int32"
                },
                "OpCode": {
                    "type": "integer",
                    "format": "int32"
                },
                "Scene": {
                    "type": "integer",
                    "format": "int64"
                },
                "SearchScene": {
                    "type": "integer",
                    "format": "int32"
                },
                "ToUserName": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "SayHello.Model3Param": {
            "title": "Model3Param",
            "type": "object",
            "properties": {
                "V3": {
                    "type": "string"
                },
                "VerifyContent": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "TenPay.HongBaoParam": {
            "title": "HongBaoParam",
            "type": "object",
            "properties": {
                "Qid": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                },
                "Xml": {
                    "type": "string"
                }
            }
        },
        "TenPay.HongBaoDetailParam": {
            "title": "HongBaoDetailParam",
            "type": "object",
            "properties": {
                "NativeUrl": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                },
                "SendUserName": {
                    "type": "string"
                },
                "ChannelID": {
                    "type": "string"
                },
                "MsgType": {
                    "type": "string"
                },
                "SendID": {
                    "type": "string"
                }

            }
        },
        "Tools.DownLoadEmojiParam": {
            "title": "DownLoadEmojiParam",
            "type": "object",
            "properties": {
                "Md5": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Tools.DownloadAppAttachParam": {
            "title": "DownloadAppAttachParam",
            "type": "object",
            "properties": {
                "AppID": {
                    "type": "string"
                },
                "AttachId": {
                    "type": "string"
                },
                "DataLen": {
                    "type": "integer",
                    "format": "int64"
                },
                "Section": {
                    "$ref": "#/definitions/Tools.Section"
                },
                "UserName": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Tools.DownloadParam": {
            "title": "DownloadParam",
            "type": "object",
            "properties": {
                "CompressType": {
                    "type": "integer",
                    "format": "int64"
                },
                "DataLen": {
                    "type": "integer",
                    "format": "int64"
                },
                "MsgId": {
                    "type": "integer",
                    "format": "int32"
                },
                "Section": {
                    "$ref": "#/definitions/Tools.Section"
                },
                "ToWxid": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Tools.DownloadVoiceParam": {
            "title": "DownloadVoiceParam",
            "type": "object",
            "properties": {
                "Bufid": {
                    "type": "string"
                },
                "FromUserName": {
                    "type": "string"
                },
                "Length": {
                    "type": "integer",
                    "format": "int64"
                },
                "MsgId": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Tools.GetA8KeyParam": {
            "title": "GetA8KeyParam",
            "type": "object",
            "properties": {
                "CodeType": {
                    "type": "integer",
                    "format": "int32"
                },
                "CodeVersion": {
                    "type": "integer",
                    "format": "int32"
                },
                "OpCode": {
                    "type": "integer",
                    "format": "int32"
                },
                "ReqUrl": {
                    "type": "string"
                },
                "Scene": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Tools.Section": {
            "title": "Section",
            "type": "object",
            "properties": {
                "DataLen": {
                    "type": "integer",
                    "format": "int32"
                },
                "StartPos": {
                    "type": "integer",
                    "format": "int32"
                }
            }
        },
        "Tools.SetProxyParam": {
            "title": "SetProxyParam",
            "type": "object",
            "properties": {
                "Proxy": {
                    "$ref": "#/definitions/models.ProxyInfo"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Tools.ThirdAppGrantParam": {
            "title": "ThirdAppGrantParam",
            "type": "object",
            "properties": {
                "Appid": {
                    "type": "string"
                },
                "Url": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Tools.UploadParam": {
            "title": "UploadParam",
            "type": "object",
            "properties": {
                "Base64": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "User.BindMobileParam": {
            "title": "BindMobileParam",
            "type": "object",
            "properties": {
                "Mobile": {
                    "type": "string"
                },
                "Verifycode": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "User.DelSafetyInfoParam": {
            "title": "DelSafetyInfoParam",
            "type": "object",
            "properties": {
                "Uuid": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "User.EmailParam": {
            "title": "EmailParam",
            "type": "object",
            "properties": {
                "Email": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "User.GetQRCodeParam": {
            "title": "GetQRCodeParam",
            "type": "object",
            "properties": {
                "Style": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "User.NewSetPasswdParam": {
            "title": "NewSetPasswdParam",
            "type": "object",
            "properties": {
                "NewPassword": {
                    "type": "string"
                },
                "Ticket": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "User.NewVerifyPasswdParam": {
            "title": "NewVerifyPasswdParam",
            "type": "object",
            "properties": {
                "Password": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "User.OnekeySetPasswdParam": {
            "title": "OnekeySetPasswdParam",
            "type": "object",
            "properties": {
                "NewPassword": {
                    "type": "string"
                },
                "OldPassword": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "User.PrivacySettingsParam": {
            "title": "PrivacySettingsParam",
            "type": "object",
            "properties": {
                "Function": {
                    "type": "integer",
                    "format": "int32"
                },
                "Value": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "User.ReportMotionParam": {
            "title": "ReportMotionParam",
            "type": "object",
            "properties": {
                "DeviceId": {
                    "type": "string"
                },
                "DeviceType": {
                    "type": "string"
                },
                "StepCount": {
                    "type": "integer",
                    "format": "int64"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "User.ReviseAlisa": {
            "title": "ReviseAlisa",
            "type": "object",
            "properties": {
                "NewsAlisa": {
                    "type": "string"
                },
                "PwdTicket": {
                    "type": "string"
                },
                "SafeTicket": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "User.SendVerifyMobileParam": {
            "title": "SendVerifyMobileParam",
            "type": "object",
            "properties": {
                "Mobile": {
                    "type": "string"
                },
                "Opcode": {
                    "type": "integer",
                    "format": "int32"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "User.SetAlisaParam": {
            "title": "SetAlisaParam",
            "type": "object",
            "properties": {
                "Alisa": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "User.UpdateProfileParam": {
            "title": "UpdateProfileParam",
            "type": "object",
            "properties": {
                "City": {
                    "type": "string"
                },
                "Country": {
                    "type": "string"
                },
                "NickName": {
                    "type": "string"
                },
                "Province": {
                    "type": "string"
                },
                "Sex": {
                    "type": "integer",
                    "format": "int32"
                },
                "Signature": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "User.UploadHeadImageParam": {
            "title": "UploadHeadImageParam",
            "type": "object",
            "properties": {
                "Base64": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Wxapp.DefaultParam": {
            "title": "DefaultParam",
            "type": "object",
            "properties": {
                "Appid": {
                    "type": "string"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Wxapp.GcysParam": {
            "title": "GcysParam",
            "type": "object",
            "properties": {
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "Wxapp.JSOperateWxParam": {
            "title": "JSOperateWxParam",
            "type": "object",
            "properties": {
                "Appid": {
                    "type": "string"
                },
                "Data": {
                    "type": "string"
                },
                "Opt": {
                    "type": "integer",
                    "format": "int64"
                },
                "Wxid": {
                    "type": "string"
                }
            }
        },
        "models.ProxyInfo": {
            "title": "ProxyInfo",
            "type": "object",
            "properties": {
                "ProxyIp": {
                    "type": "string"
                },
                "ProxyPassword": {
                    "type": "string"
                },
                "ProxyUser": {
                    "type": "string"
                }
            }
        }
    },
    "tags": [
        {
            "name": "Login",
            "description": "登陆模块 支持二次 唤醒 62数据登陆(注意:代理必须使用SOCKS)\n"
        },
        {
            "name": "Msg",
            "description": "消息模块\n"
        },
        {
            "name": "Friend",
            "description": "朋友模块\n"
        },
        {
            "name": "Finder",
            "description": "视频号模块\n"
        },
        {
            "name": "FriendCircle",
            "description": "朋友圈模块\n"
        },
        {
            "name": "Favor",
            "description": "收藏模块\n"
        },
        {
            "name": "Group",
            "description": "群组模块\n"
        },
        {
            "name": "Label",
            "description": "标签模块\n"
        },
        {
            "name": "User",
            "description": "微信号管理模块\n"
        },
        {
            "name": "Wxapp",
            "description": "微信小程序模块\n"
        },
        {
            "name": "OfficialAccounts",
            "description": "公众号模块\n"
        },
        {
            "name": "SayHello",
            "description": "打招呼模块\n"
        },
        {
            "name": "Tools",
            "description": "工具箱模块\n"
        }
    ]
}

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://blog.csdn.net/Q44804487/article/details/130267086

智能推荐

攻防世界_难度8_happy_puzzle_攻防世界困难模式攻略图文-程序员宅基地

文章浏览阅读645次。这个肯定是末尾的IDAT了,因为IDAT必须要满了才会开始一下个IDAT,这个明显就是末尾的IDAT了。,对应下面的create_head()代码。,对应下面的create_tail()代码。不要考虑爆破,我已经试了一下,太多情况了。题目来源:UNCTF。_攻防世界困难模式攻略图文

达梦数据库的导出(备份)、导入_达梦数据库导入导出-程序员宅基地

文章浏览阅读2.9k次,点赞3次,收藏10次。偶尔会用到,记录、分享。1. 数据库导出1.1 切换到dmdba用户su - dmdba1.2 进入达梦数据库安装路径的bin目录,执行导库操作  导出语句:./dexp cwy_init/[email protected]:5236 file=cwy_init.dmp log=cwy_init_exp.log 注释:   cwy_init/init_123..._达梦数据库导入导出

js引入kindeditor富文本编辑器的使用_kindeditor.js-程序员宅基地

文章浏览阅读1.9k次。1. 在官网上下载KindEditor文件,可以删掉不需要要到的jsp,asp,asp.net和php文件夹。接着把文件夹放到项目文件目录下。2. 修改html文件,在页面引入js文件:<script type="text/javascript" src="./kindeditor/kindeditor-all.js"></script><script type="text/javascript" src="./kindeditor/lang/zh-CN.js"_kindeditor.js

STM32学习过程记录11——基于STM32G431CBU6硬件SPI+DMA的高效WS2812B控制方法-程序员宅基地

文章浏览阅读2.3k次,点赞6次,收藏14次。SPI的详情简介不必赘述。假设我们通过SPI发送0xAA,我们的数据线就会变为10101010,通过修改不同的内容,即可修改SPI中0和1的持续时间。比如0xF0即为前半周期为高电平,后半周期为低电平的状态。在SPI的通信模式中,CPHA配置会影响该实验,下图展示了不同采样位置的SPI时序图[1]。CPOL = 0,CPHA = 1:CLK空闲状态 = 低电平,数据在下降沿采样,并在上升沿移出CPOL = 0,CPHA = 0:CLK空闲状态 = 低电平,数据在上升沿采样,并在下降沿移出。_stm32g431cbu6

计算机网络-数据链路层_接收方收到链路层数据后,使用crc检验后,余数为0,说明链路层的传输时可靠传输-程序员宅基地

文章浏览阅读1.2k次,点赞2次,收藏8次。数据链路层习题自测问题1.数据链路(即逻辑链路)与链路(即物理链路)有何区别?“电路接通了”与”数据链路接通了”的区别何在?2.数据链路层中的链路控制包括哪些功能?试讨论数据链路层做成可靠的链路层有哪些优点和缺点。3.网络适配器的作用是什么?网络适配器工作在哪一层?4.数据链路层的三个基本问题(帧定界、透明传输和差错检测)为什么都必须加以解决?5.如果在数据链路层不进行帧定界,会发生什么问题?6.PPP协议的主要特点是什么?为什么PPP不使用帧的编号?PPP适用于什么情况?为什么PPP协议不_接收方收到链路层数据后,使用crc检验后,余数为0,说明链路层的传输时可靠传输

软件测试工程师移民加拿大_无证移民,未受过软件工程师的教育(第1部分)-程序员宅基地

文章浏览阅读587次。软件测试工程师移民加拿大 无证移民,未受过软件工程师的教育(第1部分) (Undocumented Immigrant With No Education to Software Engineer(Part 1))Before I start, I want you to please bear with me on the way I write, I have very little gen...

随便推点

Thinkpad X250 secure boot failed 启动失败问题解决_安装完系统提示secureboot failure-程序员宅基地

文章浏览阅读304次。Thinkpad X250笔记本电脑,装的是FreeBSD,进入BIOS修改虚拟化配置(其后可能是误设置了安全开机),保存退出后系统无法启动,显示:secure boot failed ,把自己惊出一身冷汗,因为这台笔记本刚好还没开始做备份.....根据错误提示,到bios里面去找相关配置,在Security里面找到了Secure Boot选项,发现果然被设置为Enabled,将其修改为Disabled ,再开机,终于正常启动了。_安装完系统提示secureboot failure

C++如何做字符串分割(5种方法)_c++ 字符串分割-程序员宅基地

文章浏览阅读10w+次,点赞93次,收藏352次。1、用strtok函数进行字符串分割原型: char *strtok(char *str, const char *delim);功能:分解字符串为一组字符串。参数说明:str为要分解的字符串,delim为分隔符字符串。返回值:从str开头开始的一个个被分割的串。当没有被分割的串时则返回NULL。其它:strtok函数线程不安全,可以使用strtok_r替代。示例://借助strtok实现split#include <string.h>#include <stdio.h&_c++ 字符串分割

2013第四届蓝桥杯 C/C++本科A组 真题答案解析_2013年第四届c a组蓝桥杯省赛真题解答-程序员宅基地

文章浏览阅读2.3k次。1 .高斯日记 大数学家高斯有个好习惯:无论如何都要记日记。他的日记有个与众不同的地方,他从不注明年月日,而是用一个整数代替,比如:4210后来人们知道,那个整数就是日期,它表示那一天是高斯出生后的第几天。这或许也是个好习惯,它时时刻刻提醒着主人:日子又过去一天,还有多少时光可以用于浪费呢?高斯出生于:1777年4月30日。在高斯发现的一个重要定理的日记_2013年第四届c a组蓝桥杯省赛真题解答

基于供需算法优化的核极限学习机(KELM)分类算法-程序员宅基地

文章浏览阅读851次,点赞17次,收藏22次。摘要:本文利用供需算法对核极限学习机(KELM)进行优化,并用于分类。

metasploitable2渗透测试_metasploitable2怎么进入-程序员宅基地

文章浏览阅读1.1k次。一、系统弱密码登录1、在kali上执行命令行telnet 192.168.26.1292、Login和password都输入msfadmin3、登录成功,进入系统4、测试如下:二、MySQL弱密码登录:1、在kali上执行mysql –h 192.168.26.129 –u root2、登录成功,进入MySQL系统3、测试效果:三、PostgreSQL弱密码登录1、在Kali上执行psql -h 192.168.26.129 –U post..._metasploitable2怎么进入

Python学习之路:从入门到精通的指南_python人工智能开发从入门到精通pdf-程序员宅基地

文章浏览阅读257次。本文将为初学者提供Python学习的详细指南,从Python的历史、基础语法和数据类型到面向对象编程、模块和库的使用。通过本文,您将能够掌握Python编程的核心概念,为今后的编程学习和实践打下坚实基础。_python人工智能开发从入门到精通pdf