From e0c8a7ada73990b8e384bc9f20e711dceaa2b220 Mon Sep 17 00:00:00 2001 From: gxwebsoft Date: Fri, 14 Jun 2024 17:51:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/setting.ts | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/config/setting.ts b/config/setting.ts index ea827db..3ea5a71 100644 --- a/config/setting.ts +++ b/config/setting.ts @@ -1,10 +1,9 @@ -// 租户ID -export const TENANT_ID = '10159'; -// appSecret -export const APP_SECRET = 'ffd6eee985af45e4a75098422d1decbb'; -// 模块接口地址 -// export const MODULES_API_URL = 'https://modules.gxwebsoft.com/api'; -export const MODULES_API_URL = 'https://gjjd-api.shwhl.com/api'; +// 租户ID (请修改为您的租户ID) +export const TENANT_ID = 10093; +// appSecret (非必填) +export const APP_SECRET = ''; +// 接口地址 (如需二次开发,请修改为您的接口地址) +export const MODULES_API_URL = 'https://modules.gxwebsoft.com/api';