update
This commit is contained in:
2
main.py
2
main.py
@@ -519,7 +519,7 @@ def kp(event_data):
|
|||||||
for friendItem in allFriend['data']["contactList"]:
|
for friendItem in allFriend['data']["contactList"]:
|
||||||
if friendItem['wxid'] == wxid:
|
if friendItem['wxid'] == wxid:
|
||||||
# if matchesString in friendItem['nickname']:
|
# if matchesString in friendItem['nickname']:
|
||||||
newFriendDict = friendItem['wxid']
|
newFriendDict = friendItem
|
||||||
print('newFriendDict222==>',newFriendDict)
|
print('newFriendDict222==>',newFriendDict)
|
||||||
else:
|
else:
|
||||||
# print('通过nickname查不到wxid')
|
# print('通过nickname查不到wxid')
|
||||||
|
|||||||
Reference in New Issue
Block a user