From 0f7084faabf82fe3f7d90e1182af24fdc47d13c1 Mon Sep 17 00:00:00 2001 From: Mmx <1624045573@qq.com> Date: Sun, 11 Jul 2021 11:33:08 +0800 Subject: [PATCH] =?UTF-8?q?docs:=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5aa72c..6b52275 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,12 @@ Config.json说明: "from": { "domain": "www.msftconnecttest.com", //登录地址ip或域名 "username": "", //账号 + "user_type": "", //运营商类型,详情看下方 "password": "" //密码 }, "meta": { //登录参数 "n": "200", - "v_type": "1", + "type": "1", "acid": "5", "enc": "srun_bx1" }, @@ -27,4 +28,8 @@ Config.json说明: "dns": "1.2.4.8" //检查网络用的DNS地址,建议设为网关分发的内网DNS地址 } } -``` \ No newline at end of file +``` + +登录参数从原网页登陆时对`/srun_portal`的请求抓取 + +运营商类型在原网页会被自动附加在账号后,请把`@`后面的部分填入`user_type` \ No newline at end of file