Commit 1ac5e1fb authored by 张醒狮's avatar 张醒狮

更新websdk/consts.py, setup.py

parent de564d81
......@@ -9,7 +9,7 @@ from distutils.core import setup
setup(
name='opssdk',
version='0.0.17',
version='0.0.18',
packages=['opssdk', 'opssdk.logs', 'opssdk.operate', 'opssdk.install', 'opssdk.get_info', 'opssdk.utils', 'websdk'],
url='https://github.com/ss1917/ops_sdk/',
license='',
......
......@@ -147,6 +147,10 @@ const.DING_TALK_APP_SECRET = "DING_TALK_APP_SECRET"
const.WEICHAT_CORP_ID = "WEICHAT_CORP_ID"
const.WEICHAT_CORP_SECRET = "WEICHAT_CORP_SECRET"
# 飞书
const.FEISHU_APP_ID = "FEISHU_APP_ID"
const.FEISHU_APP_SECRET = "FEISHU_APP_SECRET"
### 存储
const.STORAGE_REGION = "STORAGE_REGION"
const.STORAGE_NAME = "STORAGE_NAME"
......
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