From 05f8fb61b57f601b39a89284a9a1af737e3c9c1d Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 21 九月 2026 15:10:39 +0800
Subject: [PATCH] 1.省立同德满意度统计接口提交

---
 smartor/src/main/java/com/smartor/common/DeepSeekApi.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/common/DeepSeekApi.java b/smartor/src/main/java/com/smartor/common/DeepSeekApi.java
index aafd84f..353d1ab 100644
--- a/smartor/src/main/java/com/smartor/common/DeepSeekApi.java
+++ b/smartor/src/main/java/com/smartor/common/DeepSeekApi.java
@@ -13,7 +13,7 @@
 @Slf4j
 public class DeepSeekApi {
     // 鏇挎崲涓轰綘鑷繁鐨刱ey
-    private static final String API_KEY = "sk-4e489637e105411596be6c72e2dacdbd";
+    private static final String API_KEY = "sk-cf3ee671f8e94dde97ea9a2dc1be9bfb";
     private static final String API_URL = "https://api.deepseek.com/v1/chat/completions";
 
     public static void main(String[] args) {

--
Gitblit v1.9.3