Wanlin Wang 王万霖

Results 11 comments of Wanlin Wang 王万霖

感谢,当时遇到同样的问题,通过修改MTU值解决了

建议用`wdf_urllib`。 注意和Python3的兼容

请见https://github.com/0x5e/wechat-deleted-friends/pull/84 @msylbor

修改备注时会提交如下数据: ``` JSON BaseRequest: {Uin: 2526511480, Sid: "fhrx3MOkyHh5DF9k", Skey: "@crypt_75342271_e39683a1471da709461259cb18986cdc",…} CmdId: 2 RemarkName: "0.0" UserName: "@83d3865394d81819f3c1ac3da0c95e3c" ``` 是包括UIN的

另外,在刚开始登录时的`/webwxinit`访问中,返回的数据也是包括UIN的,群组除外: ``` JSON ,{ "Uin": 2736226540, "UserName": "@42e68ec0c62c1b4e5a7543c23830bc67", "NickName": "", "AttrStatus": 0, "PYInitial": "", "PYQuanPin": "", "RemarkPYInitial": "", "RemarkPYQuanPin": "", "MemberStatus": 0, "DisplayName": "", "KeyWord": "she" } ```

@hmlee9 不是登录用户自己的啊,`/webwxinit`后边的请求是这样的啊,拉取的的确是用户列表和用户的UIN: ``` JSON { "Uin": 1651513818, "UserName": "@ee45c0e25d93e2c1f5555946689f2d56a9238f907c4a6ddc0f209719b98365f6", "NickName": "", "AttrStatus": 0, "PYInitial": "", "PYQuanPin": "", "RemarkPYInitial": "", "RemarkPYQuanPin": "", "MemberStatus": 0, "DisplayName": "", "KeyWord": "" } ,{ "Uin":...

@hmlee9 @0x5e 在`/webwxinit`这一步确实拉取了用户列表(每个联系人的UIN,不一样的啊),之后在`/webwxcontact`拉取了用户名等信息,在`/webwxbatchcontact`拉取了群组内用户的列表 后边两个请求确实没有UIN,不过在`/webwxinit`有每个人的UIN啊

@hmlee9 抱歉误解你的意思了。那估计就是没有了,应该是服务器那边解出来的吧……

Agree, I have lots of videos on a 100Mbps server with Nextcloud, and I observed very poor performance when previewing these videos. However, there is no problem when using the...