微信协议好像改了,有没有人有兴趣来改一下的
- Dominant language
- Python
- Stars
- 5.3k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
现在的代码好像没法获取所有的微信群,我每次跑出来group_list都是空的,应该是一下原因
webwxinit的response里面现在有一个ChatSet字段,含有用逗号分隔的最近使用的contact和group的列表
同样,那个msgtype=51,StatusNotifyCode=4的response里面有一个StatusNotifyUserName的字段也含有用逗号分隔的contact和group的列表
同时,wxgetcontact现在没有返回微信群了,只有联系人和订阅号
我看代码里面处理StatusNotifyUserName的都有,应该只需要默认is_big_contact为true吧,ChatSet还需要另外写.

Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect the webwxinit response, the msgtype=51 and StatusNotifyCode=4 handling, and wxgetcontact behavior described in the issue. Trace how ChatSet and StatusNotifyUserName are processed, including the existing is_big_contact handling, then verify that group_list is populated with group chats.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100