@@ -10,6 +10,7 @@ class User(Base):
id = Column(Integer, primary_key=True)
wxid = Column(String)
openId = Column(String)
h5openid = Column(String)
sex = Column(String) #性别 男/女
city = Column(String) #城市
country = Column(String) #"CN"
The note is not visible to the blocked user.