Commit 79300ee2 by fanxun

创建基础类

parent 8a58bef0
class BaseConfig():
"""基础配置类"""
# 请求头
headers = {'Content-Type': 'application/json; charset=utf-8'}
# 钉钉webhook
webhook = 'https://oapi.dingtalk.com/robot/send?access_token=b818bea4452f154e0dda34d89d1ce34c253dda51cb761ed9f78d07d3169fe1d2'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment