feat:yj_logger

This commit is contained in:
yujj128
2025-06-11 12:22:36 +08:00
parent 915e414edc
commit 14b1b21a25
3 changed files with 9 additions and 9 deletions

12
.env
View File

@@ -12,13 +12,13 @@ DJANGO_ALLOWED_HOSTS=192.168.237.130,127.0.0.1,10.212.26.130
DJANGO_DEBUG_ENABLE=True
DJANGO_LOG_LEVEL=INFO
DEFAULT_AUTH_URL = 'https://oa-pre.yced.com.cn/iuap-api-auth'
DEFAULT_GATEWAY_URL = 'https://oa-pre.yced.com.cn/iuap-api-gateway '
DEFAULT_AUTH_URL = 'https://oa-dev.yced.com.cn/iuap-api-auth'
DEFAULT_GATEWAY_URL = 'https://oa-dev.yced.com.cn/iuap-api-gateway '
TEMP_TENANT_ID = 'pr3rl2oj'
#APPKEY = 'e5d615eb169944abb3a1db5bd699ca65'
#APPSECRET = '84bb250c995c6161a97aebc2296abe558f6551ac'
APPKEY = '422b4eb9c97b448689c0d444072a55ad'
APPSECRET = '371f07c8abe30577c608be6ba60198a914f98297'
APPKEY = 'e5d615eb169944abb3a1db5bd699ca65'
APPSECRET = '84bb250c995c6161a97aebc2296abe558f6551ac'
#APPKEY = '422b4eb9c97b448689c0d444072a55ad'
#APPSECRET = '371f07c8abe30577c608be6ba60198a914f98297'
DEFAULT_HEADER = {'Content-Type': 'application/json'}
# General Purpose Interface