From 4e090a39979a9d2dcb22b072f8f6ff06aa59771d Mon Sep 17 00:00:00 2001
From: charles <981744753@qq.com>
Date: 星期一, 29 七月 2024 16:47:29 +0800
Subject: [PATCH] feat:新增会话,会话记录模块

---
 src/api/interceptor.ts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/api/interceptor.ts b/src/api/interceptor.ts
index 09e9392..28f64cb 100644
--- a/src/api/interceptor.ts
+++ b/src/api/interceptor.ts
@@ -37,6 +37,7 @@
       }
       config.headers.Authorization = `${authorization}`;
     }
+    config.headers.Authorization = 'Ijg3NmFjZjJlNGIzMzExZWY4NzI0MDI0MmFjMTIwMDA2Ig.ZqNvxw.Kgp8PcT4n2cxpzxFrYHttO4i2Eo';
     return config;
   },
   (error) => {

--
Gitblit v1.8.0