From b54f11eb285965de4f0d901b030966b3b0cb946e Mon Sep 17 00:00:00 2001 From: yujj128 Date: Thu, 24 Jul 2025 11:05:15 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Aenv=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 101fbad..affa146 100644 --- a/.env +++ b/.env @@ -12,13 +12,13 @@ DJANGO_ALLOWED_HOSTS=192.168.237.130,127.0.0.1,10.212.26.130,192.168.31.115 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-pre.cyj.cn/iuap-api-auth' +DEFAULT_GATEWAY_URL = 'https://oa-pre.cyj.cn/iuap-api-gateway ' TEMP_TENANT_ID = 'pr3rl2oj' #APPKEY = 'e5d615eb169944abb3a1db5bd699ca65' #APPSECRET = '84bb250c995c6161a97aebc2296abe558f6551ac' -APPKEY = '422b4eb9c97b448689c0d444072a55ad' -APPSECRET = '371f07c8abe30577c608be6ba60198a914f98297' +APPKEY = 'ad73da749fea425283d428b3a764bde8' +APPSECRET = '8cd4139890e14a3b9ae7d56f8b3ca092d81a126d' DEFAULT_HEADER = {'Content-Type': 'application/json'} # General Purpose Interface