From e0108eca71b0039716b4f28dcfee03e74aedbe05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E6=B5=B7=E6=B4=8B?= Date: Sun, 24 May 2026 21:31:50 +0800 Subject: [PATCH] add time --- routes/ai.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/ai.js b/routes/ai.js index e96d739..84719d9 100644 --- a/routes/ai.js +++ b/routes/ai.js @@ -5,7 +5,7 @@ const router = new Router(); const AI_API_KEY = 'sk-7f5d6f370f824f2ab76480c01bb00d40'; const AI_API_URL = 'https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions'; - +// 2026-05-24 21:31:40 router.post('/generate-product', async (ctx) => { try { const { imageUrl, keywords } = ctx.request.body;