class BaseConfig(): """基础配置类""" # 请求头 headers = {'Content-Type': 'application/json; charset=utf-8'}
# 钉钉群webhook webhook = ''