加入了头像信息

This commit is contained in:
liuwei
2025-05-26 15:44:04 +08:00
parent 6687e2c6f6
commit af0e98786b
4 changed files with 350 additions and 6 deletions

View File

@@ -198,7 +198,8 @@ class DashboardServer:
user_data = {
"wxid": self.robot.wxid,
"nickName": self.robot.nickname,
"mobile": self.robot.phone
"mobile": self.robot.phone,
"smallHeadImgUrl": self.robot.head_image
}
if not user_data:
return {"success": False, "message": "未获取到用户数据"}