config.py 169 Bytes
Newer Older
fanxun committed
1 2 3 4
class BaseConfig():
    """基础配置类"""
    # 请求头
    headers = {'Content-Type': 'application/json; charset=utf-8'}
fanxun committed
5 6
    # 钉钉群webhook
    webhook = ''
fanxun committed
7