适配m-team新鉴权机制

This commit is contained in:
jxxghp
2024-04-29 20:19:46 +08:00
parent c06bdf0491
commit c2a40876e2
5 changed files with 51 additions and 41 deletions

View File

@ -25,6 +25,10 @@ class Site(Base):
cookie = Column(String)
# User-Agent
ua = Column(String)
# ApiKey
apikey = Column(String)
# Token
token = Column(String)
# 是否使用代理 0-否1-是
proxy = Column(Integer)
# 过滤规则