加入了头像信息
This commit is contained in:
@@ -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": "未获取到用户数据"}
|
||||
|
||||
Reference in New Issue
Block a user