将自己的wxid设置为配置文件

This commit is contained in:
shuaikangzhou
2023-11-17 23:54:34 +08:00
parent 19e485cae0
commit a38550c5ff
8 changed files with 115 additions and 31 deletions

View File

@@ -31,7 +31,6 @@ def get_contact():
from Contact inner join ContactHeadImgUrl on Contact.UserName = ContactHeadImgUrl.usrName
where Type=3 and Alias is not null
order by PYInitial
limit 30
'''
cursor.execute(sql)
result = cursor.fetchall()