zoujiajian 1 giorno fa
parent
commit
f2e5505c02

+ 1 - 1
netflix-common/src/main/java/com/cyksj/common/constant/Constant.java

@@ -771,7 +771,7 @@ public interface Constant {
 
 	String CLAUDE_CODE_HEARD_KEY = "X-Admin-Key";
 
-	String CLAUDE_CODE_API_ADMIN_KEY = "claudecodeyhlxjclaude";
+	String CLAUDE_CODE_API_ADMIN_KEY = "admin-dev-key";
 
 	//连接超时时间 毫秒
 	int CONNECT_MILLISECONDS = 60000;