From cd373a1f9b2de04804b7869eb33abedcf3566363 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期三, 23 九月 2026 10:18:07 +0800
Subject: [PATCH] 【丽水】随访任务页查询,待发送/已发送数量改为异步查询

---
 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