切换新版本

This commit is contained in:
liuwei
2025-06-06 09:24:23 +08:00
parent e0814fa520
commit 08889f9d30
8 changed files with 16 additions and 98 deletions

View File

@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "WeChat - 855 - IOS18.0.116 Pro Max- Android-34(HUAWEI Mate XT)-a16+62 - 五端扫码登陆([iPad Pro 13(M4)]、[安卓pad(HUAWEI MatePad Pro)]、win、Car[车载]、mac绕过验证码可用",
"title": "WeChat - 859 五端扫码登陆iPad、安卓pad、win、Car、mac绕过验证码可用",
"description": "07算法支持绕过验证码 by-纵然",
"version": "2.0"
},
@@ -218,30 +218,6 @@
}
}
},
"/Friend/GetTotalContractList": {
"post": {
"tags": [
"Friend"
],
"summary": "获取全部通讯录好友[全新]",
"parameters": [
{
"in": "body",
"name": "body",
"description": "CurrentWxcontactSeq和CurrentChatRoomContactSeq没有的情况下请填写0",
"required": true,
"schema": {
"$ref": "#/definitions/Friend.GetContactListParams"
}
}
],
"responses": {
"200": {
"description": ""
}
}
}
},
"/Friend/GetMFriend": {
"post": {
"tags": [
@@ -1199,7 +1175,7 @@
"tags": [
"Login"
],
"summary": "62登陆(账号或密码) - iphone == 8.0.55",
"summary": "62登陆(账号或密码) - iphone == 8.0.59",
"parameters": [
{
"in": "body",
@@ -1224,7 +1200,7 @@
"tags": [
"Login"
],
"summary": "A16登陆(账号或密码) - android == 8.0.55",
"summary": "A16登陆(账号或密码) - android == 8.0.58",
"parameters": [
{
"in": "body",
@@ -1272,7 +1248,7 @@
"tags": [
"Login"
],
"summary": "唤醒登陆(只限扫码登录)[纵然修复]",
"summary": "唤醒登陆(只限扫码登录)",
"parameters": [
{
"in": "query",
@@ -1430,7 +1406,7 @@
"tags": [
"Login"
],
"summary": "获取二维码(iPad) - 8.0.55",
"summary": "获取二维码(iPad) - 8.0.59",
"parameters": [
{
"in": "body",
@@ -1478,7 +1454,7 @@
"tags": [
"Login"
],
"summary": "获取二维码(安卓Pad) - 8.0.55",
"summary": "获取二维码(安卓Pad) - 8.0.58",
"parameters": [
{
"in": "body",
@@ -3638,31 +3614,6 @@
}
}
},
"Friend.GetContactListParams": {
"title": "GetContactListParams",
"type": "object",
"properties": {
"CurrentChatRoomContactSeq": {
"type": "integer",
"format": "int32"
},
"CurrentWxcontactSeq": {
"type": "integer",
"format": "int32"
},
"Wxid": {
"type": "string"
},
"Offset": {
"type": "integer",
"format": "int32"
},
"Limit": {
"type": "integer",
"format": "int32"
}
}
},
"Friend.PassVerifyParam": {
"title": "PassVerifyParam",
"type": "object",

View File

@@ -1,6 +1,6 @@
swagger: "2.0"
info:
title: WeChat - 853 - IOS18.0.116 Pro Max-a16+62 - 五端扫码登陆([iPad Pro 13(M4)]、安卓pad、win、Car[车载]、mac绕过验证码可用 - car支持ppmt
title: WeChat - 859
description: 仅限集团内部使用,请勿对外
version: "2.0"
basePath: /api
@@ -137,21 +137,6 @@ paths:
responses:
"200":
description: ""
/Friend/GetTotalContractList:
post:
tags:
- Friend
summary: 获取全部通讯录好友[全新]
parameters:
- in: body
name: body
description: CurrentWxcontactSeq和CurrentChatRoomContactSeq没有的情况下请填写0
required: true
schema:
$ref: '#/definitions/Friend.GetContactListParams'
responses:
"200":
description: ""
/Friend/GetMFriend:
post:
tags:
@@ -840,7 +825,7 @@ paths:
post:
tags:
- Login
summary: 唤醒登陆(只限扫码登录)[纵然修复]
summary: 唤醒登陆(只限扫码登录)
parameters:
- in: query
name: wxid
@@ -2063,24 +2048,6 @@ definitions:
format: int32
Wxid:
type: string
Friend.GetContactListParams:
title: GetContractListparameter
type: object
properties:
CurrentChatRoomContactSeq:
type: integer
format: int32
CurrentWxcontactSeq:
type: integer
format: int32
Wxid:
type: string
Offset:
type: integer
format: int32
Limit:
type: integer
format: int32
Friend.PassVerifyParam:
title: PassVerifyParam
type: object