明树Git Lab

Commit 302a6035 authored by zfp1's avatar zfp1

update

parent 063cafe5
......@@ -14,7 +14,7 @@ const DEEPSEEK_API_URL = 'https://api.deepseek.com/v1'; // 请替换为 DeepSee
const DEEPSEEK_API_KEY = 'sk-14f0cf16bad245169cd2563e0f9b678e'; // 请替换为你的 DeepSeek API 密钥
// 最大消息长度(微信最大支持2048字节)
const MAX_TEXT_LENGTH = 2048;
const MAX_TEXT_LENGTH = 2000;
// 微信验证
app.get('/wechat', (req, res) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment