docs:更新readme

This commit is contained in:
Mmx
2021-07-11 11:33:08 +08:00
parent fa3cf9396b
commit 0f7084faab

View File

@@ -13,11 +13,12 @@ Config.json说明
"from": { "from": {
"domain": "www.msftconnecttest.com", //登录地址ip或域名 "domain": "www.msftconnecttest.com", //登录地址ip或域名
"username": "", //账号 "username": "", //账号
"user_type": "", //运营商类型,详情看下方
"password": "" //密码 "password": "" //密码
}, },
"meta": { //登录参数 "meta": { //登录参数
"n": "200", "n": "200",
"v_type": "1", "type": "1",
"acid": "5", "acid": "5",
"enc": "srun_bx1" "enc": "srun_bx1"
}, },
@@ -27,4 +28,8 @@ Config.json说明
"dns": "1.2.4.8" //检查网络用的DNS地址建议设为网关分发的内网DNS地址 "dns": "1.2.4.8" //检查网络用的DNS地址建议设为网关分发的内网DNS地址
} }
} }
``` ```
登录参数从原网页登陆时对`/srun_portal`的请求抓取
运营商类型在原网页会被自动附加在账号后,请把`@`后面的部分填入`user_type`