qywx_settings.py
1.1 KB
# _*_ coding: utf-8 _*_
# @Time : 2020/11/2 18:01
# @Author vanwhebin
from wxProject.settings import DEBUG
DEBUG = DEBUG
# 企业微信的一些配置项
project_conf = {
"title": "产品立项",
"CORP_ID": "ww0f3efc2873ad11c3",
"APP_ID": '1000078',
"APP_SECRET": "7MHpdQICiegx9rIc4iZrEPunb1aYUqdJYKSW9v7a1A8",
"wx_authorize": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=ww0f3efc2873ad11c3&redirect_uri=REDIRECT_URL&response_type=code&scope=snsapi_base&state=1000078#wechat_redirect",
"flow_detail": "http://project.tacklifetools.com/product/audit/PK"
}
sku_conf = {
"title": "返单特采",
"CORP_ID": "ww0f3efc2873ad11c3",
"APP_ID": '1000081',
"APP_SECRET": "_O_MrxbQO1vojzNBPAiaF_MdzikHRbnVfFc3v8iOtKo",
"wx_authorize": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=ww0f3efc2873ad11c3&redirect_uri=REDIRECT_URL&response_type=code&scope=snsapi_base&state=1000081#wechat_redirect",
"flow_detail": "http://project.tacklifetools.com/sku/audit/PK"
}
Conf = {
"1000078": project_conf,
"1000081": sku_conf
}