PyWxDump icon indicating copy to clipboard operation
PyWxDump copied to clipboard

read_info 获取到的账号信息的昵称乱码

Open Damnlittledevil opened this issue 9 months ago • 1 comments

问题描述 read_info 获取到的账号信息的昵称乱码

复现步骤 代码如下

from pywxdump.wx_info.get_wx_info import read_info
from pywxdump import VERSION_LIST
data = read_info(VERSION_LIST)
print(data)

打印结果 b03d78f06ff252e497b9b6cd75b0d8d 昵称显示是乱码

环境信息

  • pywxdump版本: 3.0.21
  • 操作系统版本:windows10
  • python版本:3.8.10
  • 微信版本:3.9.2.23

Damnlittledevil avatar May 16 '24 02:05 Damnlittledevil