From 7370849aa31e3358daa3701d4d1b9a801c989320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=AE=8F=E4=BC=9F?= Date: Fri, 15 Oct 2021 12:14:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9webapi=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E4=B8=ADhttpProxy=E7=9A=84=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/webapi.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/webapi.md b/docs/webapi.md index dfd7253..52111c2 100644 --- a/docs/webapi.md +++ b/docs/webapi.md @@ -163,7 +163,7 @@ POST /index/gettunnel/ | 参数 | 含义 | | --- | --- | | client\_id | 穿透隧道的客户端id | -| type | 类型tcp udp httpProx socks5 secret p2p | +| type | 类型tcp udp httpProxy socks5 secret p2p | | search | 搜索 | | offset | 分页(第几页) | | limit | 条数(分页显示的条数) | @@ -177,7 +177,7 @@ POST /index/add/ | 参数 | 含义 | | --- | --- | -| type | 类型tcp udp httpProx socks5 secret p2p | +| type | 类型tcp udp httpProxy socks5 secret p2p | | remark | 备注 | | port | 服务端端口 | | target | 目标(ip:端口) | @@ -192,7 +192,7 @@ POST /index/edit/ | 参数 | 含义 | | --- | --- | -| type | 类型tcp udp httpProx socks5 secret p2p | +| type | 类型tcp udp httpProxy socks5 secret p2p | | remark | 备注 | | port | 服务端端口 | | target | 目标(ip:端口) |