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

智能推荐

oracle 12c 集群安装后的检查_12c查看crs状态-程序员宅基地

文章浏览阅读1.6k次。安装配置gi、安装数据库软件、dbca建库见下:http://blog.csdn.net/kadwf123/article/details/784299611、检查集群节点及状态:[root@rac2 ~]# olsnodes -srac1 Activerac2 Activerac3 Activerac4 Active[root@rac2 ~]_12c查看crs状态

解决jupyter notebook无法找到虚拟环境的问题_jupyter没有pytorch环境-程序员宅基地

文章浏览阅读1.3w次,点赞45次,收藏99次。我个人用的是anaconda3的一个python集成环境,自带jupyter notebook,但在我打开jupyter notebook界面后,却找不到对应的虚拟环境,原来是jupyter notebook只是通用于下载anaconda时自带的环境,其他环境要想使用必须手动下载一些库:1.首先进入到自己创建的虚拟环境(pytorch是虚拟环境的名字)activate pytorch2.在该环境下下载这个库conda install ipykernelconda install nb__jupyter没有pytorch环境

国内安装scoop的保姆教程_scoop-cn-程序员宅基地

文章浏览阅读5.2k次,点赞19次,收藏28次。选择scoop纯属意外,也是无奈,因为电脑用户被锁了管理员权限,所有exe安装程序都无法安装,只可以用绿色软件,最后被我发现scoop,省去了到处下载XXX绿色版的烦恼,当然scoop里需要管理员权限的软件也跟我无缘了(譬如everything)。推荐添加dorado这个bucket镜像,里面很多中文软件,但是部分国外的软件下载地址在github,可能无法下载。以上两个是官方bucket的国内镜像,所有软件建议优先从这里下载。上面可以看到很多bucket以及软件数。如果官网登陆不了可以试一下以下方式。_scoop-cn

Element ui colorpicker在Vue中的使用_vue el-color-picker-程序员宅基地

文章浏览阅读4.5k次,点赞2次,收藏3次。首先要有一个color-picker组件 <el-color-picker v-model="headcolor"></el-color-picker>在data里面data() { return {headcolor: ’ #278add ’ //这里可以选择一个默认的颜色} }然后在你想要改变颜色的地方用v-bind绑定就好了,例如:这里的:sty..._vue el-color-picker

迅为iTOP-4412精英版之烧写内核移植后的镜像_exynos 4412 刷机-程序员宅基地

文章浏览阅读640次。基于芯片日益增长的问题,所以内核开发者们引入了新的方法,就是在内核中只保留函数,而数据则不包含,由用户(应用程序员)自己把数据按照规定的格式编写,并放在约定的地方,为了不占用过多的内存,还要求数据以根精简的方式编写。boot启动时,传参给内核,告诉内核设备树文件和kernel的位置,内核启动时根据地址去找到设备树文件,再利用专用的编译器去反编译dtb文件,将dtb还原成数据结构,以供驱动的函数去调用。firmware是三星的一个固件的设备信息,因为找不到固件,所以内核启动不成功。_exynos 4412 刷机

Linux系统配置jdk_linux配置jdk-程序员宅基地

文章浏览阅读2w次,点赞24次,收藏42次。Linux系统配置jdkLinux学习教程,Linux入门教程(超详细)_linux配置jdk

随便推点

matlab(4):特殊符号的输入_matlab微米怎么输入-程序员宅基地

文章浏览阅读3.3k次,点赞5次,收藏19次。xlabel('\delta');ylabel('AUC');具体符号的对照表参照下图:_matlab微米怎么输入

C语言程序设计-文件(打开与关闭、顺序、二进制读写)-程序员宅基地

文章浏览阅读119次。顺序读写指的是按照文件中数据的顺序进行读取或写入。对于文本文件,可以使用fgets、fputs、fscanf、fprintf等函数进行顺序读写。在C语言中,对文件的操作通常涉及文件的打开、读写以及关闭。文件的打开使用fopen函数,而关闭则使用fclose函数。在C语言中,可以使用fread和fwrite函数进行二进制读写。‍ Biaoge 于2024-03-09 23:51发布 阅读量:7 ️文章类型:【 C语言程序设计 】在C语言中,用于打开文件的函数是____,用于关闭文件的函数是____。

Touchdesigner自学笔记之三_touchdesigner怎么让一个模型跟着鼠标移动-程序员宅基地

文章浏览阅读3.4k次,点赞2次,收藏13次。跟随鼠标移动的粒子以grid(SOP)为partical(SOP)的资源模板,调整后连接【Geo组合+point spirit(MAT)】,在连接【feedback组合】适当调整。影响粒子动态的节点【metaball(SOP)+force(SOP)】添加mouse in(CHOP)鼠标位置到metaball的坐标,实现鼠标影响。..._touchdesigner怎么让一个模型跟着鼠标移动

【附源码】基于java的校园停车场管理系统的设计与实现61m0e9计算机毕设SSM_基于java技术的停车场管理系统实现与设计-程序员宅基地

文章浏览阅读178次。项目运行环境配置:Jdk1.8 + Tomcat7.0 + Mysql + HBuilderX(Webstorm也行)+ Eclispe(IntelliJ IDEA,Eclispe,MyEclispe,Sts都支持)。项目技术:Springboot + mybatis + Maven +mysql5.7或8.0+html+css+js等等组成,B/S模式 + Maven管理等等。环境需要1.运行环境:最好是java jdk 1.8,我们在这个平台上运行的。其他版本理论上也可以。_基于java技术的停车场管理系统实现与设计

Android系统播放器MediaPlayer源码分析_android多媒体播放源码分析 时序图-程序员宅基地

文章浏览阅读3.5k次。前言对于MediaPlayer播放器的源码分析内容相对来说比较多,会从Java-&amp;amp;gt;Jni-&amp;amp;gt;C/C++慢慢分析,后面会慢慢更新。另外,博客只作为自己学习记录的一种方式,对于其他的不过多的评论。MediaPlayerDemopublic class MainActivity extends AppCompatActivity implements SurfaceHolder.Cal..._android多媒体播放源码分析 时序图

java 数据结构与算法 ——快速排序法-程序员宅基地

文章浏览阅读2.4k次,点赞41次,收藏13次。java 数据结构与算法 ——快速排序法_快速排序法